Class: Client

Client(host, key)

new Client(host, key)

A client is the heart of ControlPanel.js. Each client controls its own dashboard.
Parameters:
Name Type Description
host string The URL of the ControlPanel dashboard
key string An admin apikey for the host
Source:

Members

servers :ServerManager

The ServerManager for this client
Type:
Source:

users :UserManager

The UserManager for this client
Type:
Source:

vouchers :VoucherManager

The VoucherManager for this client
Type:
Source: