mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
395 B
395 B
Get All Albums for an Artist
Will retrieve all albums for a given artist name
-
URL
/db/artists-albums
-
Method:
POST -
JSON Params
Required:
artist- artist name -
JSON Example
{ 'artist': 'Artist Name' } -
Success Response:
- Code: 200
Content:{ albums: ['Album1', 'Album2', 'Album3'] }
- Code: 200