Uses only 2 dependencies:
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
You can use any application funtion you want:
application.function(parameters).then((response) => {
// response
});
or using async / await
const res = await application.function(parameters);
How versions work:
- Panel major version
- The second number is the function release.
- The third number is the bug fix release.
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!
Created and maintained by Linux123123