Added frontpage-lists GET example

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-02 11:17:37 +01:00
parent 89d87a143d
commit c9353e0236

View File

@@ -183,6 +183,13 @@ Returns 404 if the channel doesn't exist
Returns 200 and the now playing object
```
Get all lists
```
GET /api/frontpages
Returns 200 and the frontpage-lists
```
Still to come: SKIP and SHUFFLE RESTApi calls..