BenFradet / RiotSharp

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

Get profile icons? #422

Closed VikkeDD closed 7 years ago

VikkeDD commented 7 years ago

Hello, im using your proyect to do a WPF app, but i cant find GetProfileIcons(). Im missing something? Wrong version? Thank you a lot for the incredible plugin anyways

JanOuborny commented 7 years ago

Are you using the latest NuGet version? If so, this method was added in v3 of the api. Therefore it's not currently implemented in the latest NuGet package. You could make yourself a NuGet package of the latest version and use it in a local package source.

VikkeDD commented 7 years ago

Im using the v2.5.6 version, so maybe is not implemented yet. Cant find it on the clone version neither, so ill have to wait. Thanks for that fast reply

JanOuborny commented 7 years ago

Here you go. Just rename it to RiotSharp.3.0.0.nupkg and place it in your local NuGet feed. RiotSharp.3.0.0.zip

VikkeDD commented 7 years ago

It works!

http://prntscr.com/fklojc

Now i have to cache all that images. Thanks a lot, really!

JanOuborny commented 7 years ago

You're welcome. Good luck with your project 👍

JanOuborny commented 7 years ago

@VikkeDD Don't forget to delete this package and to update to the real 3.0.0 version when it's out.

VikkeDD commented 7 years ago

@JanOuborny Hello again, Riot changed endpoint from match and matchlist but i cant get updated nugget package, can you tell me how to add Github proyect to mine or do a nugget package? Sry for my english, and thx for all the help

JanOuborny commented 7 years ago

@VikkeDD Here you go #445