vpncash-api-node

1.0.2 • Public • Published

VPNCash NODE API Client

NPM Version NPM Downloads Build Status Greenkeeper badge GitHub issues GitHub license Known Vulnerabilities

Install

By far the easiest way to install the VPNCash API client is to install it with npm.

$ npm install vpncash-api-node --save

{
    "dependencies": {
        "vpncash-api-node": "^1.0.0"
    }
}

Requirements

To use the VPNCash API client, the following things are required:

    'use strict';
 
    const VPNCash = require('vpncash-api-node');
 
    const API = new VPNCash['Client']();
 
    API['setApiKey']('test_');
 
    API['client']('POST', 'radius/check-username', {
        'vpn_username': 'test123'
    });
 

License

BSD (Berkeley Software Distribution) License. Copyright (c) 2017, Extreemhost.

Readme

Keywords

Package Sidebar

Install

npm i vpncash-api-node

Weekly Downloads

1

Version

1.0.2

License

BS2

Unpacked Size

5.49 kB

Total Files

8

Last publish

Collaborators

  • fabricedelahaij