Javascript SDK for interacting with the Rocos platform.
The Rocos JS SDK is automatically packaged with every build and made available to 3rd party developers via sdk.rocos.io
Both stable and unstable builds are made available with the following naming convention
Recommendation is to always use the latest stable release of the sdk which can be installed using npm as follows
npm install https://sdk.rocos.io/js/rocos-js-0.3.0-stable.latest.tgz
to install a specific version of the sdk the build number is to be used in place of the 'latest' keyword eg
npm install https://sdk.rocos.io/js/rocos-js-0.3.0-stable.18981.tgz
The latest documentation for the stable release is available at https://sdk.rocos.io/js/docs/, while the unstable version is at https://sdk.rocos.io/js/dev-docs/
Generated using TypeDoc