absence.io
TypeScript icon, indicating that this package has built-in type declarations

2.2.7 • Public • Published

absence.io npm version

An absence.io API client. For a documentation on the API see the absence.io API.

Installation

Run yarn add absence.io or npm install absence.io.

Usage

A complete documentation is available at https://ffflorian.github.io/api-clients/packages/absence.io/.

Example

import {AbsenceIO} from 'absence.io';

const absenceIO = new AbsenceIO({
  apiKey: '<your API key here>',
  apiKeyId: '<your API key ID here>',
});

absenceIO.api.absence.retrieveAbsences().then(absences => console.log(absences));

Build and test

yarn
yarn test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.7
    6
    • latest

Version History

Package Sidebar

Install

npm i absence.io

Weekly Downloads

63

Version

2.2.7

License

GPL-3.0

Unpacked Size

109 kB

Total Files

87

Last publish

Collaborators

  • ffflorian