Downloading Quantum Plain JS SDK Files
To download the Plain JS SDK, follow these steps:
- In the Quantum Fabric console, navigate to API Management.
- On the upper-right corner, click SDKs, and then click JavaScript.
Thetemenos-plainJS-sdk.zip
file is downloaded to your system. - Extract the zip file that you downloaded.
Thetemenos-plainJS-sdk
folder contains the following files:release
|-kony-sdk.js
debug
|-kony-sdk.js
config.js
LICENSE.txt
version.txt
IMPORTANT: In your app, the JS files must be loaded in the following sequence:
config.js
→kony-sdk.js
.The
config.js
file contains the following keys. Make sure that you replace the placeholders with values that are related to your app.- appId: Specifies the project name of your client JS app. For example: NewsAndWeather
- appName: Specifies the name of your client app. For example: News and Weather app
- appVersion: Specifies the version number of the client app. For example: 1.0.0