Options
All
  • Public
  • Public/Protected
  • All
Menu

bamboo-sdk

Bamboo SDK

Node.js client for Bamboo Api

Installation

npm i bamboo-sdk

Usage (typescript)

const client: BambooHRClient = new BambooHRClient('api_key', 'api_secret');
client.getEmployee(40)
    .then((employee: Employee) => {
        // handle success
    });

Generated using TypeDoc