/ssapi

RESTful API for soundshelter.net

Primary LanguagePythonApache License 2.0Apache-2.0

###API for https://www.soundshelter.net

####email info@soundshelter.net for API key

Get a list of Collections

http://api.soundshelter.net/api/v1.0/<api_key>/collections

Get all Releases by an Artist

https://api.soundshelter.net/api/v1.0/<api_key>/artist/<artist>

Get all Releases on a Label

https://api.soundshelter.net/api/v1.0/<api_key>/label/<label>

Get details about a specific release

https://api.soundshelter.net/api/v1.0/<api_key>/release/<release_id>

Get a users personalised recommendations

https://api.soundshelter.net/api/v1.0/<api_key>/user/<user_name>/recommendations

Update a users personalised recommendations

https://api.soundshelter.net/api/v1.0/<api_key>/user/<user_name>/updateRecommendations