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

0.0.51 • 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))

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.513latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.513
0.0.501
0.0.491
0.0.481
0.0.451
0.0.441
0.0.432
0.0.421
0.0.411
0.0.401
0.0.391
0.0.381
0.0.371
0.0.361
0.0.351
0.0.341
0.0.332
0.0.321
0.0.311
0.0.301
0.0.291
0.0.282
0.0.271
0.0.261
0.0.251
0.0.241
0.0.231
0.0.221
0.0.211
0.0.192
0.0.181
0.0.171
0.0.161
0.0.151
0.0.141
0.0.131
0.0.121
0.0.111
0.0.101
0.0.91
0.0.81
0.0.71
0.0.61
0.0.51
0.0.41
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i @fahdlaabi12/whmcs-node

Weekly Downloads

52

Version

0.0.51

License

ISC

Unpacked Size

400 kB

Total Files

723

Last publish

Collaborators

  • fahdlaabi12