...
You may also need to include your user account and an API key to connect. An example code and SDK is shown as follows:
...
Code
var usmartSDK = require('usmart-sdk');
var usmart = new usmartSDK.USMART({keyId: "<>", keySecret: "<>"});
...
...
You may also need to include your user account and an API key to connect. An example code and SDK is shown as follows:
...
Code
var usmartSDK = require('usmart-sdk');
var usmart = new usmartSDK.USMART({keyId: "<>", keySecret: "<>"});
...