stirante / lol-client-java-api

Simple library which provides access to internal League of Legends Client API.
GNU General Public License v3.0
67 stars 14 forks source link

New Patch #28

Closed sabihismail closed 2 years ago

sabihismail commented 2 years ago

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!

stirante commented 2 years ago

Turns out swagger files are no longer accessible https://github.com/RiotGames/developer-relations/issues/608 I updated the classes to the last known swagger file in https://github.com/stirante/lol-client-java-api/commit/72e178815c120ca5830a670c26e171ed1a78b3f3.

I'm planning to use https://github.com/magisteriis/riot-games-help-to-swagger-dotnet or write something similar myself soon.