Node.js client for Bamboo Api
npm i bamboo-sdk
const client: BambooHRClient = new BambooHRClient('api_key', 'api_secret'); client.getEmployee(40) .then((employee: Employee) => { // handle success });
Generated using TypeDoc