sendclean
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Features

  • Uses in-built https module to make requests to the SendClean API.
  • Full Typescript support

Installation

npm install sendclean

Usage

const { SendClean } = require('sendclean');

const sendclean_client = new SendClean({
    token: "YOUR_SENDCLEAN_TOKEN",
    owner_id: "YOUR_SENDCLEAN_USERID"
})

sendclean_client.getUserInfo().then((userinfo) => {
    console.log(userinfo)
})

License

Package Sidebar

Install

npm i sendclean

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

73.7 kB

Total Files

30

Last publish

Collaborators

  • gaurishh