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

1.0.3 • 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
1.0.33latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.33
1.0.22
1.0.11
1.0.00
0.1.41
0.1.31
0.1.22
0.1.10
0.1.01
0.0.773
0.0.760
0.0.740
0.0.731
0.0.722
0.0.712
0.0.702
0.0.690
0.0.672
0.0.661
0.0.652
0.0.642
0.0.631
0.0.621
0.0.612
0.0.601
0.0.590
0.0.582
0.0.572
0.0.562
0.0.550
0.0.540
0.0.532
0.0.521
0.0.512
0.0.501
0.0.492
0.0.482
0.0.451
0.0.440
0.0.430
0.0.420
0.0.410
0.0.400
0.0.390
0.0.380
0.0.370
0.0.360
0.0.350
0.0.340
0.0.330
0.0.320
0.0.310
0.0.300
0.0.290
0.0.280
0.0.270
0.0.260
0.0.250
0.0.240
0.0.230
0.0.220
0.0.210
0.0.190
0.0.180
0.0.170
0.0.160
0.0.150
0.0.140
0.0.131
0.0.120
0.0.110
0.0.101
0.0.90
0.0.80
0.0.71
0.0.61
0.0.50
0.0.40
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i @fahdlaabi12/whmcs-node

Weekly Downloads

57

Version

1.0.3

License

ISC

Unpacked Size

1.19 MB

Total Files

724

Last publish

Collaborators

  • fahdlaabi12