nzokdat-vox

1.0.4 • Public • Published

VoxBoneLib

This API SDK was automatically generated by APIMATIC BETA v2.0

How To Build:

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

How To Use:

The following shows how import the controllers and use:

  1. Import the module:

     var voxbonelib = require('voxbonelib');
    
  2. Configure any authentication parameters. For example:

     var config = voxbonelib.configuration;
     config.apikey = a_secret_key;
    
  3. Access various controllers by:

     var controller = voxbonelib.XYZ;
     controller.getItems(id, callback);
    

Readme

Keywords

none

Package Sidebar

Install

npm i nzokdat-vox

Weekly Downloads

1

Version

1.0.4

License

none

Last publish

Collaborators

  • nzokdat