BenFradet / RiotSharp

C# wrapper for the Riot Games API
http://benfradet.github.io/RiotSharp/
MIT License
300 stars 145 forks source link

how can I get information from Riot Sharp about the rank? #711

Open Womba306 opened 2 years ago

Womba306 commented 2 years ago

idk, i try all syntax, but no one work. Help me pls with my problem

AoshiW commented 2 years ago
  1. use prerelease version 5.0.0-alpha
  2. btw it's hard to tell what rank info you want, but I'm going to assume you mean summoner rank
    var rank = await api.League .GetLeagueEntriesBySummonerAsync(region, summonerId);