song – POST
adds a song to authenticated user library.
url:
http://www.stereomood.com/api/user/library/song/id.format or http://www.stereomood.com/api/user/library/song.format
HTTP request method:
POST
formats:
xml, json
requires authentication (about authentication):
true
rate limiting (about rate limiting):
false
parameters:
id. the id of the song.
sample request:
http://www.stereomood.com/api/user/library/song/12345.json
or http://www.stereomood.com/api/user/library/song.xml?id=12345
xml sample response:
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<request>/api/user/library/song/12345.xml</request>
<message>song added</message>
</hash>
Last edited by Stereomood Tech Team, March 24, 2010
