New Patch
sabihismail opened this issue · 1 comments
Hello,
Just to let you know, there's a new patch with a lot of challenge based UI changes. I figure the schema has to be re-analyzed. Specifically, there doesn't seem to be a specific data class structure that handles "/lol-challenges/v1/suggested-challenges/local-player" with the current build, but it does just return some object,
Edit: Another endpoint: "/lol-challenges/v1/challenges/local-player".
Edit: Sorry, LolChallengesUIChallenge seems to be good enough, but some objects show as "Object" which may not be ideal.
Thanks!
Turns out swagger files are no longer accessible RiotGames/developer-relations#608
I updated the classes to the last known swagger file in 72e1788.
I'm planning to use https://github.com/magisteriis/riot-games-help-to-swagger-dotnet or write something similar myself soon.