From c9353e02366d944d259ba9dcbf280c2d85cd9494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 2 Mar 2018 11:17:37 +0100 Subject: [PATCH] Added frontpage-lists GET example --- server/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/README.md b/server/README.md index dc21ad9a..8196f8f4 100644 --- a/server/README.md +++ b/server/README.md @@ -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..