Options
All
  • Public
  • Public/Protected
  • All
Menu

@dronedeploy/rocos-js

rocos-js

Javascript SDK for interacting with the Rocos platform.

Getting Started

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

  • rocos-js-0.3.0-stable.latest.tgz
  • rocos-js-0.3.0-dev.latest.tgz

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