Options
All
  • Public
  • Public/Protected
  • All
Menu

sendclean

Description

  • This is a wrapper for the SendClean API
  • Documentation can be found here
  • 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

Generated using TypeDoc