-
Notifications
You must be signed in to change notification settings - Fork 0
Album
Kun Deng edited this page Oct 13, 2019
·
5 revisions
URI: https://icarus-demo.com/api/v1/album/2
Method: Get
Content type: application/json
Authorization: Bearer token
Response body:
{
"id" : 2,
"title" : "Damn",
"album_artist" : "Kendrick Lamar"
}URI: https://icarus-demo.com/api/v1/album/
Method: Get
Content type: application/json
Authorization: Bearer token
Response body:
[
{
"id" : 1,
"title" : "I Thought I Was an Alien",
"album_artist" : "Soko"
},
{
"id" : 2,
"title" : "Damn",
"album_artist" : "Kendrick Lamar"
},
{
"id" : 3,
"title" : "Giving Myself To You",
"album_artist" : "Gerald Albright"
}
]Icarus