Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

executable file
·
30 lines (18 loc) · 910 Bytes

BeMyGuestSuppliersAPIV1Lib

This file was automatically generated for BeMyGuest by APIMATIC v2.0 ( https://apimatic.io ) on 07/25/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 'bemyguestsuppliersapiv1lib' in to your 'node_modules' folder.

How To Use:

The following shows how import the controllers and use:

  1. Import the module:

     var bemyguestsuppliersapiv1lib = require('bemyguestsuppliersapiv1lib');
    
  2. Configure any authentication parameters. For example:

     var config = bemyguestsuppliersapiv1lib.configuration;
     config.apikey = a_secret_key;
    
  3. Access various controllers by:

     var controller = bemyguestsuppliersapiv1lib.XYZ;
     controller.getItems(id, callback);