bttmapi-client

1.3.2 • Public • Published

bttmapi-client

The official js client for bttmapi

Note

To use this, you will need to have an API key. You can request one via our Discord.

Features

  • All endpoints
  • Automatic server selection
  • Automatic retrying

Usage/Examples

Importing

const BTTMApi = require('bttmapi-client');
const API = new BTTMApi(<key>);

Using (async)

const result = await API.ping();

Using (promises)

API.ping().then((result) => {
  // do something with the result
});

Install

Run this to install the package

npm install bttmapi-client

Authors

FAQ

No questions where asked yet

Support

For support, make an issue or join our Discord server

Used By

This project is used by the following companies:

None so far, please contact me via discord if you want to be here!

License

This project is MIT licensed: More info

Package Sidebar

Install

npm i bttmapi-client

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

7.41 kB

Total Files

6

Last publish

Collaborators

  • bttmnl