-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting rank from user #676
Comments
documentation is very outdated (last update Nov 2016) var summoner = riotSharp.Summoner.GetSummonerByNameAsync(RiotSharp.Misc.Region.Eune, "Summoner name").Result;
List<LeagueEntry> rank = riotSharp.League.GetLeagueEntriesBySummonerAsync(summoner.Region, summoner.Id).Result; |
this is not working for me, there is no method |
do you use a library from NuGet? |
Yes, version 4.0.0 |
The NuGet is also outdated, you must build your own lib from GitHub code |
Can you explain how to build the project? |
it might be worth it to add this guide to the readme 👍 |
I am using this wrapper and tried to get the users Rank, I saw the issue from #388. but it seems not to work. can someone tell me if this is changed?
this is the code i have now:
var player = api.Summoner.GetSummonerByNameAsync(Region.Euw, username).Result;
and tried to do:
var elo = player.GetLeagues();
The text was updated successfully, but these errors were encountered: