1.3.7 • Published 4 months ago

bamboohr.com v1.3.7

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 months ago

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
1.3.7

4 months ago

1.3.6

6 months ago

1.3.5

11 months ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago