1.11.3 • Published 5 months ago

jspteroapi v1.11.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

JSPteroAPI

GitHub Node.js Package GitHub issues GitHub pull requests

NPM

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

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

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

1.11.3

5 months ago

1.11.2

5 months ago

1.11.1

1 year ago

1.11.0

1 year ago

1.2.0

3 years ago

1.1.1

3 years ago

0.0.0

2 years ago

1.1.0

3 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.0.1

4 years ago

1.0.0

4 years ago