Skip to content

A Node.js library for interacting with the Pterodactyl Panel API.

License

Notifications You must be signed in to change notification settings

maybeizen/pterolink

Repository files navigation

PteroLink

A Node.js library for interacting with the Pterodactyl Panel API.

Installation

# still in development lol

Getting Started

Communicating with the Application API

const { ApplicationClient } = require("pterolink");

const client = new ApplicationClient({
  url: "https://your-pterodactyl-panel.com",
  apiKey: "your-api-key", // Application API Key (from Admin Control Panel)
});

Communicating with the Client API

const { UserClient } = require("pterolink");

const client = new UserClient({
  url: "https://your-pterodactyl-panel.com",
  apiKey: "your-api-key", // User-Specific API Key
});

Contributing

If you want to contribute to this project, please feel free to submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Node.js library for interacting with the Pterodactyl Panel API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published