Socket
Socket
Sign inDemoInstall

absence.io

Package Overview
Dependencies
17
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    absence.io

An absence.io API client


Version published
Weekly downloads
61
decreased by-15.28%
Maintainers
1
Install size
2.45 MB
Created
Weekly downloads
 

Readme

Source

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

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