Skip to content

RareHoN/HoNSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HoNSharp

An API library to communicate with api.kongor.online.

Available methods

  • GetMatchStatsAsync
  • GetMatchHistoryOverviewAsync
  • GetCampaignStatsAsync
  • GetMasteryStatsAsync
  • GetSimpleStatsAsync
  • GetLastPlayerMatchesAsync
  • GetAwardSummaryAsync
  • GetAllHeroStatsAsync

Example

var honClient = new HoNClient("<HoN Cookie>");

var simplePlayerStats = await honClient.GetSimpleStatsAsync("RareHoN");

var matchHistory = await honClient.GetMatchHistoryOverviewAsync("RareHoN", Map.Midwars);

About

An API library to communicate with api.kongor.online.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages