JSON API docs
Added by Tom Butler over 8 years ago
Hello, I've found some nice references on the forums to the JSON api e.g. /channel/grid to see the channels. Where is the documentation for this API located? I'm making a frontend and would like to use Tvheadend at the back.
Thanks.
Replies (2)
RE: JSON API docs - Added by Jonathan Thomson over 8 years ago
The JSON API documentation is sparse to say the least. I've been finding out many of the API endpoints by parsing the source code, each of the .c files in the src/api/ folder shows the namespaces of the end points but there are very few clues in there as to the correct usage of each of the namespaces
RE: JSON API docs - Added by Tom Butler over 8 years ago
Shame, I managed to get a few options by looking at the ajax requests in chromium but it would be nice if it was better documented