Server API Documentation

I have seen the Channels Client API reference:

But this does not include Server API calls.

I have seen mentions of Server methods in messages here. For example:
PUT to http://127.0.0.1:8089/dvr/hacks/mcebuddy
PUT to http://127.0.0.1:8089/dvr/lineups/x-m3u
PUT to http://127.0.0.1:8089/dvr/pruner/deleted

I can also use Chrome Developer Tools to discover other server API calls:
PUT to http://127.0.0.1:8089/dvr/scanner/scan

However, this is all cumbersome and piecemeal.

It will be extremely helpful if you can publish the Server API in a consolidated document. Even better, add an OpenAPI/Swagger endpoint to provide that documentation.

1 Like

Our server API is not public and there are no plans to document it.

:slightly_frowning_face: :sob: :cry:

I guess we have to figure it out by ourselves as usual :slight_smile:
as @BJ_Safdie mentioned it's cubmersome but doable.