under-construction-with-dummy-api-description
v10001.0.0
Published
123456789900
Readme
UnderConstructionWithDummyApiDescription
This file was automatically generated by APIMATIC v2.0 (https://apimatic.io).
Installation
The SDK relies on Node Package Manager (NPM) being available to resolve dependencies.
Once published you will need copy the folder under-construction-with-dummy-api-description in to your node_modules folder.
Usage
The following shows how import and use the controller:
Import the module:
var under-construction-with-dummy-api-description = require('under-construction-with-dummy-api-description');Configure any authentication parameters. For example:
var config = under-construction-with-dummy-api-description.configuration; config.apikey = a_secret_key;Access various controllers by:
var controller = under-construction-with-dummy-api-description.XYZ; controller.getItems(id, callback);
