1.3.2 • Published 2 years ago

bttmapi-client v1.3.2

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

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

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago