This file was automatically generated for BeMyGuest by APIMATIC v2.0 ( https://apimatic.io ) on 07/25/2016
The generated code relies on node package manager (npm) being available to resolve dependencies. Once published you will need copy the folder 'bemyguestsuppliersapiv1lib' in to your 'node_modules' folder.
The following shows how import the controllers and use:
-
Import the module:
var bemyguestsuppliersapiv1lib = require('bemyguestsuppliersapiv1lib');
-
Configure any authentication parameters. For example:
var config = bemyguestsuppliersapiv1lib.configuration; config.apikey = a_secret_key;
-
Access various controllers by:
var controller = bemyguestsuppliersapiv1lib.XYZ; controller.getItems(id, callback);