bamboohr

0.1.0 • Public • Published

Installation

npm install bamboohr --save

Usage

var Bamboohr = require('bamboohr');
 
var subDomain = 'xxxxx';
var apiKey = 'xxxxxxxxxxxxxxxxxxxxxxxx';
 
bamboo = new Bamboohr(subDomain, apiKey);
 
var method = 'GET';
var path = '/v1/employees/directory';
var parameters = {};
 
bamboo.call(method, path, parameters)
  .then((result) => {
 
    console.log(result);
 
  }).catch((err) => {
 
    console.log(err);
  })

Package Sidebar

Install

npm i bamboohr

Weekly Downloads

71

Version

0.1.0

License

MIT

Last publish

Collaborators

  • lilmuckers
  • kristo
  • nevace