xXLAOKOONXx
xXLAOKOONXx
Can you check if you can access 'api.StaticData' instead? This would be an indicator for the nugget being of older version
I am not that confident in this caching. I found a code snipped that refreshes the expiry duration every time you access it: Call of .Viewed() inside the Get function...
FileCache works as you expect it to work. As Cache and FileCache claim to do the same with different backend implementation it might be a good point to align both...
Is this issue based on RiotApi or RiotSharp?
One could argue 404 is null in http
Feel free to implement the region yourself. The following locations might help you: Enum: https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Misc/Region.cs#L10 Translation for API: https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Http/RequesterBase.cs#L147 JSON Support: https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Misc/Converters/RegionConverter.cs Create a fork, implement your changes and create...
Hey @danvayn LCU API should support getting a list of owned champions. CHeck out the lol-champions plugin: http://www.mingweisamuel.com/lcu-schema/tool/#/Plugin%20lol-champions For Champselect UI I have seen this project: https://github.com/RCVolus/lol-pick-ban-ui this might help...
thanks :) i ll come back to your offer
The file to change: https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Endpoints/SpectatorEndpoint/CurrentGame.cs
I am not the project owner, but here is my experience about the project: Some longer time ago the owner of the project stopped working on this himself and most...