1.0.0 • Published 9 years ago
bemyguestapiv1lib v1.0.0
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:
1) Import the module:
    var bemyguestapiv1lib = require('bemyguestapiv1lib');2) Configure any authentication parameters. For example:
    var config = bemyguestapiv1lib.configuration;
    config.apikey = a_secret_key;3) Access various controllers by:
    var controller = bemyguestapiv1lib.XYZ;
    controller.getItems(id, callback);1.0.0
9 years ago