jspterodactyl
v1.0.1
Published
An API wrapper for the Pterodactyl Server panel written in Typescript
Downloads
1
Readme
Warning: This library is not finished and has not been tested. Functions may not be working as intended or at all. Please create an issue if any bug is found and I will resolve it as soon as possible.
Pterodactyl API Wrapper
This is a TypeScript-based API wrapper for the Pterodactyl server panel, allowing you to interact with the Pterodactyl API easily and efficiently.
Features
- Simple and easy-to-use API wrapper for the Pterodactyl API.
- Built with TypeScript, providing type safety and autocompletion support.
- Uses Axios for making HTTP requests to the Pterodactyl API.
- Handles API errors with custom error types for better error handling.
Installation
You can install this package via npm or yarn:
npm install jspterodactyl
# or
yarn add jspterodactyl