Skip to content

Latest commit

 

History

History

bamboohr.com

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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