A Node.js library for interacting with the Pterodactyl Panel API.
# still in development lol
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)
});
const { UserClient } = require("pterolink");
const client = new UserClient({
url: "https://your-pterodactyl-panel.com",
apiKey: "your-api-key", // User-Specific API Key
});
If you want to contribute to this project, please feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.