bttmapi-client
v1.3.2
Published
The official js bttmapi client
Downloads
15
Maintainers
Readme
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