This API SDK was automatically generated by APIMATIC BETA v2.0
The generated code relies on node package manager (npm) being available to resolve dependencies. To install the library, issue the following command.
npm install voxbonelib --save
The following shows how import the controllers and use:
-
Import the module:
var voxbonelib = require('voxbonelib');
-
Configure any authentication parameters. For example:
var config = voxbonelib.configuration; config.apikey = a_secret_key;
-
Access various controllers by:
var controller = voxbonelib.XYZ; controller.getItems(id, callback);