absence.io
v2.4.1
Published
An absence.io API client
Maintainers
Readme
absence.io 
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