bamboo-sdk
v0.19.0
Published
Node.js client for Bamboo Api
Readme
Bamboo SDK
Node.js client for Bamboo Api
Installation
npm i bamboo-sdkUsage (typescript)
const client: BambooHRClient = new BambooHRClient('api_key', 'api_secret');
client.getEmployee(40)
.then((employee: Employee) => {
// handle success
});