1.0.14 • Published 2 years ago

whmcs-node v1.0.14

Weekly downloads
5
License
ISC
Repository
github
Last release
2 years ago

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))
1.0.14

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.4

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.0.1

5 years ago