-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5c0dfb
commit 047c245
Showing
24 changed files
with
820 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
{ | ||
"album": { | ||
"12": [ | ||
{ | ||
"id": 107, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 108, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 109, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 110, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 111, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 112, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 113, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 114, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 115, | ||
"type": "song" | ||
} | ||
], | ||
"10": [ | ||
{ | ||
"id": 98, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 99, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 100, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 101, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 102, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 103, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 104, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 105, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 106, | ||
"type": "song" | ||
} | ||
], | ||
"2": [ | ||
{ | ||
"id": 54, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 55, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 56, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 57, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 58, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 59, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 60, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 61, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 62, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 63, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 64, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 65, | ||
"type": "song" | ||
} | ||
], | ||
"9": [ | ||
{ | ||
"id": 96, | ||
"type": "song" | ||
}, | ||
{ | ||
"id": 97, | ||
"type": "song" | ||
} | ||
] | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
docs/json-responses/index (album_artist with include).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"album_artist": { | ||
"16": [ | ||
{ | ||
"id": 10, | ||
"type": "album" | ||
} | ||
], | ||
"36": [ | ||
{ | ||
"id": 21, | ||
"type": "album" | ||
} | ||
], | ||
"13": [ | ||
{ | ||
"id": 7, | ||
"type": "album" | ||
} | ||
], | ||
"14": [ | ||
{ | ||
"id": 8, | ||
"type": "album" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"artist": { | ||
"16": [ | ||
{ | ||
"id": null, | ||
"type": "album" | ||
} | ||
], | ||
"27": [ | ||
{ | ||
"id": null, | ||
"type": "album" | ||
} | ||
], | ||
"34": [ | ||
{ | ||
"id": null, | ||
"type": "album" | ||
} | ||
], | ||
"36": [ | ||
{ | ||
"id": null, | ||
"type": "album" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"catalog": [ | ||
1, | ||
3, | ||
4, | ||
2 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"live_stream": [ | ||
3, | ||
1, | ||
2 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"song": [ | ||
54, | ||
55, | ||
56, | ||
57 | ||
] | ||
} |
Oops, something went wrong.