Update - The V1 API will be deprecated at some point which will require conversion to API V2. OpenLP API V2 documentation found here: https://gitlab.com/openlp/wiki/-/wikis/Documentation/HTTP-API
---------------------------------
At some point during 3.x.x development the OpenLP API is going away in favor of the Web Remote.
For those of us wanting to trigger song and slide changes via another app such as Ableton Live, what are the URLs to trigger various actions via the Web remote?
Comments
https://gitlab.com/openlp/wiki/-/wikis/Documentation/HTTP-API
Thanks @jednou this is great info about the OpenLP API and I'll take a look.
My concern is that the future of the API is to discontinue it - OR did I misunderstand and only V1 API is being discontinued?
The question is - if the API is discontinued altogether how can external calls be made to OpenLP?
The link says that V1 API “may be removed in future versions” which means new integrations should be implemented towards v2 api.
To close the loop on this - @jednou is correct, it's the V1 API that will be replaced with the V2 API.
Now going to convert my code to V2 API...