bamboohr.com

bamboohr.com npm version

An BambooHR API client. For a documentation on the API see the BambooHR API.

Installation

Run yarn add bamboohr.com or npm install bamboohr.com.

Usage

A complete documentation is available at https://ffflorian.github.io/api-clients/packages/bamboohr.com/.

Example

import {BambooHR} from 'bamboohr.com';

const bambooHR = new BambooHR({
apiKey: '<your API key here>',
companyDomain: '<your company domain here>',
});

bambooHR.api.employees.getEmployee().then(employee => console.log(employee));

Build and test

yarn
yarn test

Generated using TypeDoc