bamboohr.com
TypeScript icon, indicating that this package has built-in type declarations

1.3.7 • Public • Published

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

/bamboohr.com/

    Package Sidebar

    Install

    npm i bamboohr.com

    Weekly Downloads

    43

    Version

    1.3.7

    License

    GPL-3.0

    Unpacked Size

    75.1 kB

    Total Files

    54

    Last publish

    Collaborators

    • ffflorian