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.
The LCU schema can no longer be access using
enable_swagger
in LCU'ssystem.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.