2.9.8 • Published 2 years ago

@linux123123/jspteroapi v2.9.8

Weekly downloads
55
License
MIT
Repository
github
Last release
2 years ago

JSPteroAPI

NPM

GitHub GitHub package.json dependency version (prod) Node.js Package GitHub issues GitHub pull requests

Npm

npm install @linux123123/jspteroapi

Yarn

yarn add @linux123123/jspteroapi

Then include it in your application:

const node = require('@linux123123/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:

  • The first number is the release.
  • 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

2.9.6

2 years ago

2.9.5

2 years ago

2.9.8

2 years ago

2.9.7

2 years ago

2.9.4

2 years ago

2.9.3

2 years ago

2.8.0-next.4

2 years ago

2.8.0-next.3

2 years ago

2.8.0-next.2

2 years ago

2.8.1-next.1

2 years ago

2.8.0-next.1

2 years ago

2.7.0

2 years ago

2.9.0

2 years ago

2.8.1

2 years ago

2.8.0

2 years ago

2.9.2

2 years ago

2.9.1

2 years ago

2.6.2

2 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.6.1-next.1

3 years ago

2.6.0-next.1

3 years ago

2.5.0

3 years ago

2.5.0-next.2

3 years ago

2.5.0-next.1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

2.4.3

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago