No description
Find a file
Garrett Keneau 5c6ad33f67 fix readme
2023-07-24 16:14:20 -04:00
.github/workflows fix publish issue 2023-07-24 15:09:45 -04:00
.swagger-codegen codegen 1.0 2023-07-24 14:55:09 -04:00
.gitignore Add basic api client 2023-07-24 16:10:45 -04:00
api.ts Add basic api client 2023-07-24 16:10:45 -04:00
configuration.ts codegen 1.0 2023-07-24 14:55:09 -04:00
custom.d.ts codegen 1.0 2023-07-24 14:55:09 -04:00
index.ts Add basic api client 2023-07-24 16:10:45 -04:00
package-lock.json Add basic api client 2023-07-24 16:10:45 -04:00
package.json fix readme 2023-07-24 16:14:20 -04:00
README.md fix readme 2023-07-24 16:14:20 -04:00
tsconfig.json Add basic api client 2023-07-24 16:10:45 -04:00

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.