Skip to content

AskoldMakaruk/BrawlStars-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brawlstars API

Usage

Create Client using token obtained through DiscordBot BrawlAPI#8520 and get info you need.

   Client client = new Client("token");
   var player = await client.GetPlayerAsync("Q8QQ92J0");
   var club = await client.GetClubAsync(player.Club.Tag);

About

An async C# wrapper with an easy-to-use client for the Brawl Stars API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages