AoshiW
AoshiW
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 ```cs var rank = await...
Personally, I wouldn't release the full version of the library yet, but some alpha/beta versions may be fine. 1. RateLimitedRequester does not support header parameters (prevent incompatible API changes in...
documentation is very outdated (last update Nov 2016) ```cs var summoner = riotSharp.Summoner.GetSummonerByNameAsync(RiotSharp.Misc.Region.Eune, "Summoner name").Result; List rank = riotSharp.League.GetLeagueEntriesBySummonerAsync(summoner.Region, summoner.Id).Result; ```
do you use a library from NuGet?
The NuGet is also outdated, you must build your own lib from GitHub code
**Part 1 - Build lib** 0 - Download code + unzip 1 - Open RiotSharp and build lib  **Part 2 -how use lib** 2 - Open **YOUR** project, add...
The documentation is very outdated (last update Nov 2016!). Here are QueueID http://static.developer.riotgames.com/docs/lol/queues.json
[/lol/challenges/v1/challenges/percentiles](https://developer.riotgames.com/apis#lol-challenges-v1/GET_getAllChallengePercentiles) returns incorrect data format (missing `Season` data) expected- `Map[Long, Map[Integer, Map[Level, Double]]]` result - `Map[Long, Map[Level, Double]]`
**Preconditions** Use developer key
> Is project maintained? No, you should find another project (or you can ask for alternatives on [Discord](https://discord.com/invite/riotgamesdevrel)