From f5878c3207a8eee578e1181b53804045fe357a31 Mon Sep 17 00:00:00 2001 From: chme Date: Fri, 8 Jun 2018 15:34:53 +0200 Subject: [PATCH] [README] Add link to JSON API documentation --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b51a106..e5155a1d 100644 --- a/README.md +++ b/README.md @@ -430,11 +430,9 @@ not necessary during normal operation. You can choose between: - a [MPD command line client](#mpd-clients) (easiest) like `mpc` -- curl with forked-daapd's JSON API +- curl with forked-daapd's JSON API (see [README_JSON_API.md](https://github.com/ejurgensen/forked-daapd/blob/master/README_JSON_API.md)) - curl with DAAP/DACP commands (hardest) -Using the JSON API is currently undocumented (TODO). - Here is an example of how to use curl with DAAP/DACP. Say you have a playlist with a radio station, and you want to make a script that starts playback of that station: