Skip to content

bemyguest/supplier-sdk-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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);
    

About

BMG Suppliers API NodeJS SDK v1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published