Downloading Quantum Plain JS SDK Files

To download the Plain JS SDK, follow these steps:

  1. In the Quantum Fabric console, navigate to API Management.
  2. On the upper-right corner, click SDKs, and then click JavaScript.
    The temenos-plainJS-sdk.zip file is downloaded to your system.
  3. Extract the zip  file that you downloaded.
    The temenos-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.jskony-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