mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Added index fetching, separated findAlbum and findArtist, updated apireference
This commit is contained in:
+4
-5
@@ -2,10 +2,9 @@
|
||||
General structure:
|
||||
http://localhost:8181 + HTTP_ROOT + /api?apikey=$apikey&cmd=$command
|
||||
|
||||
Optional parameters:
|
||||
format : json, xml
|
||||
|
||||
Data returned in json format
|
||||
|
||||
Commands:
|
||||
|
||||
findArtist?name=$artistname&type={album,artist}[&limit=$limit]
|
||||
&getIndex
|
||||
&findArtist?name=$artistname[&limit=$limit]
|
||||
&findAlbum?name=$albumname[&limit=$limit]
|
||||
Reference in New Issue
Block a user