An BambooHR API client. For a documentation on the API see the BambooHR API.
Run yarn add bamboohr.com
or npm install bamboohr.com
.
A complete documentation is available at https://ffflorian.github.io/api-clients/packages/bamboohr.com/.
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));
yarn
yarn test