jspteroapi
TypeScript icon, indicating that this package has built-in type declarations

1.11.3 • Public • Published

JSPteroAPI

GitHub Node.js Package GitHub issues GitHub pull requests

NPM

A simple Pterodactyl API library using undici (written in typescript)

Uses only 2 dependencies:

To install:

Install from the command line:

Npm

npm install jspteroapi

Yarn

yarn add jspteroapi

Then include it in your application:

const node = require('jspteroapi');
const application = new node.Application('HOST', 'TOKEN'); // for application API
const client = new node.Client('HOST', 'TOKEN'); // for Client API

How to use

You can use any application funtion you want:

application.function(parameters).then((response) => {
  // response
});

or using async / await

const res = await application.function(parameters);

Documentation

Application

Client

Versions

How versions work:

  • Panel major version
  • The second number is the function release.
  • The third number is the bug fix release.

Disclaimer

I am not responsible for any damages that you cause to your servers/nodes by using this API.

Remember: This API can potentially be dangerous with the ability to Delete Servers/Nodes at an instant!

Contributors

Created and maintained by Linux123123

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.11.3
    31
    • latest

Version History

Package Sidebar

Install

npm i jspteroapi

Weekly Downloads

42

Version

1.11.3

License

MIT

Unpacked Size

232 kB

Total Files

93

Last publish

Collaborators

  • linux123123