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

1.0.14 • Public • Published

whmcs-node

A Typescript/Javascript API wrapper for WHMCS.

Example use

npm i whmcs-node

// typescript
import 'WhmcsApi' from 'whmcs-node';

// javascript
const WhmcsApi = require('whmcs-node').default

const whmcs = new WhmcsApi({
  identifier: "",
  secret: "",
  apiUrl: "https://example.com/billing/includes/api.php"
});

whmcs.tickets.getTicketCounts({})
  .then((data) => console.log(data))
  .catch((err) => console.error(err))

Readme

Keywords

none

Package Sidebar

Install

npm i whmcs-node

Weekly Downloads

41

Version

1.0.14

License

ISC

Unpacked Size

388 kB

Total Files

724

Last publish

Collaborators

  • shockbyte.com
  • damienshockbyte