mikaeldui / riot-games-dotnet-client

An unofficial .NET Client for Riot Games and their games League of Legends, Legends of Runeterra, Teamfight Tactics and Valorant.
The Unlicense
22 stars 1 forks source link

LCU schema no longer updated #69

Open mikaeldui opened 2 years ago

mikaeldui commented 2 years ago

The LCU schema can no longer be access using enable_swagger in LCU's system.yaml. See https://github.com/RiotGames/developer-relations/issues/608.

This means that there won't be any new endpoints added automatically and deprecated endpoints won't be removed automatically, and endpoints with changes could break.

If something's missing or broken one could write the models and methods for the new endpoints manually, using the internal Get/Post/Put/Delete methods.