1.2.0 • Published 3 years ago

controlpanelapi.js v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

ControlPanelAPI.js

An API wrapper for ControlPanel dashboard, written in NodeJS ControlPanel provides a dashboard and billing-system for Pterodactyl hosts.

Features

  • Object-oriented
  • Includes latest features
  • 100% promise-based
  • Uses discordjs#Collections data structures

Example

const {Client} = require('controlpanelapi.js')
let host = '' // Put dashboard url here
let key = '' // Put admin apikey here
const client = new Client(host, key)
client.servers.fetch('1')
    .then(async server => {
        server.delete()
    })

Docs

Docs lie here

1.2.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago