-
Notifications
You must be signed in to change notification settings - Fork 0
Cover art
Kun Deng edited this page Oct 26, 2019
·
5 revisions
URI: https://icarus-demo.com/api/v1/coverart/2
Method: Get
Content type: application/json
Authorization: Bearer token
{
"id": 2,
"songTitle": "Living For The City"
}URI: https://icarus-demo.com/api/v1/coverart
Method: Get
Content type: application/json
Authorization: Bearer token
[
{
"id": 1,
"songTitle": "Honestly OK"
},
{
"id": 2,
"songTitle": "Living For The City"
},
{
"id": 3,
"songTitle": "Straighten Up and Fly Right"
},
{
"id": 4,
"songTitle": "Melancholy Madeline (Frankie Laine - Vocal)"
},
{
"id": 5,
"songTitle": "Got A Penny (Alternate Version)"
}
]URI: https://icarus-demo.com/api/v1/coverart/download
Method: Get
Content type: image/*
Authorization: Bearer token
Icarus