Socket
Socket
Sign inDemoInstall

bamboohr.com

Package Overview
Dependencies
32
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bamboohr.com

An bamboohr.com API client


Version published
Weekly downloads
50
decreased by-19.35%
Maintainers
1
Install size
2.98 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 27 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc