No description
| .github/workflows | ||
| .swagger-codegen | ||
| .gitignore | ||
| api.ts | ||
| configuration.ts | ||
| custom.d.ts | ||
| index.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
beatleader-api
Autogenerated Swagger api + basic api client for beatleader
Installation
npm i beatleader-api
Usage
import apiClient from 'beatleader-api';
const client = new apiClient()
client.player.playerIdGet("76561198806201515").then((res) => {
console.log(res.rank);
});
Documentation for API Endpoints
Click here for the full documentation.