1.1.7 • Published 1 year ago

@dan-online/whmcs-not-node v1.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

whmcs-node

A Typescript/Javascript API wrapper for WHMCS, using ky so it works in a browser environment.

Example use

yarn add @dan-online/whmcs-not-node npm i @dan-online/whmcs-not-node

// typescript
import { WhmcsApi } from '@dan-online/whmcs-not-node';

// javascript
const { WhmcsApi } = require('@dan-online/whmcs-not-node');

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.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago