mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 00:14:02 +01:00
Basic api structure in place, removed the static api files - moved to a class in api.py'
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
General structure:
|
||||
http://localhost:8181 + HTTP_ROOT + /api?apikey=$apikey&cmd=$command
|
||||
|
||||
Optional parameters:
|
||||
format : json, xml
|
||||
|
||||
|
||||
Commands:
|
||||
|
||||
findArtist?name=$artistname&type={album,artist}[&limit=$limit]
|
||||
Reference in New Issue
Block a user