Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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: "<>"});

...