Context Store provides a JavaScript SDK to facilitate access to the Context Store services. The JavaScript SDK provides a client library that users can use to write software that interacts with a deployed Context Store system through the ContextStoreRest interface.
The SDK provides service interfaces using the created instance of the AvayaDataStoreClient class. With the JavaScript SDK, you can access all Context Store operations that are available through ContextStoreRest.
The Context Store JavaScript SDK is a .js file within a zip file and is distributed through Avaya DevConnect at http://www.devconnectprogram.com/site/global/products_resources/avaya_breeze/avaya_snap_ins/context_store/overview/index.gsp.
The zip file contains:
AvayaDataStoreClient-<version>.min.js: The Context Store JavaScript SDK library
test_app directory: The directory that contains a sample client for accessing the Context Store JavaScript SDK
README.txt: Instructions for SDK usage
License.txt: User license
For more information about JavaScript API operations and guidelines for Context Store JavaScript SDK usage, see Avaya Context Store Snap-in Developer Guide.