bemyguestapiv1lib
v1.0.0
Published
Please refer to http://docs.bemyguest.apiary.io/ or http://docs.bemyguestchinese.apiary.io/
Downloads
1
Readme
BeMyGuestAPIV1Lib
This file was automatically generated for BeMyGuest by APIMATIC v2.0 on 05/03/2016
How To Install:
The generated code relies on node package manager (npm) being available to resolve dependencies. Once published you will need copy the folder 'bemyguestapiv1lib' in to your 'node_modules' folder.
How To Use:
The following shows how import the controllers and use:
Import the module:
var bemyguestapiv1lib = require('bemyguestapiv1lib');
Configure any authentication parameters. For example:
var config = bemyguestapiv1lib.configuration; config.apikey = a_secret_key;
Access various controllers by:
var controller = bemyguestapiv1lib.XYZ; controller.getItems(id, callback);