pterodactyl-javascript-client
v1.0.1
Published
**This is a unstable first version. bugs may appear. please report them in a issue.**
Readme
Pterodactyl JavaScript Client
Quick start
This is a unstable first version. bugs may appear. please report them in a issue.
At the moment, the Pterodactyl JavaScript Client only supports the Application API
npm i pterodactyl-javascript-clientTo install the API-Client in your project you need to install the package via npm:
npm i pterodactyl-javascript-clientAnd finally create an instance of the client:
const client = new PterodactylClient("PANEL-URL", "APPLICATION-KEY");Then you can call the apis.
Usage
As the Client is not stable yet, there is no usage documentation yet. It will follow soon.
Support
You can get support by submitting a new issue.
As a third-party API wrapper, We recommend you not asking for help elsewhere, or we may not be able to help you.
License
winterhost/pterodactyl-javascript-client is licensed under the MIT License (MIT). Please see the
license file for more information.
