Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Androz2091/whmcs.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whmcs.js

Simple wrapper to simply the use of the WHMCS API. TypeScript is supported!

Installation

npm install @androz2091/whmcs.js
# or
yarn add @androz2091/whmcs.js

Example

const WHMCSClient = require('@androz2091/whmcs.js');
const whmcs = new WHMCSClient('identifier', 'secret', 'https://example.com/whmcs');

whmcs.request('WHMCS action', 'POST', {
    someParam: 'some value'
});

About

Simple wrapper to simplify requests to WHMCS API

Resources

Stars

Watchers

Forks

Packages