nzokdat-calculator-lib
v1.0.2
Published
Simple calculator API hosted on APIMATIC
Readme
APIMATICCalculatorLib
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 apimaticcalculatorlib --saveHow To Use:
The following shows how import the controllers and use:
Import the module:
var apimaticcalculatorlib = require('apimaticcalculatorlib');Configure any authentication parameters. For example:
var config = apimaticcalculatorlib.configuration; config.apikey = a_secret_key;Access various controllers by:
var controller = apimaticcalculatorlib.XYZ; controller.getItems(id, callback);
