Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed Mar 12, 2024
1 parent b5c0dfb commit 047c245
Show file tree
Hide file tree
Showing 24 changed files with 820 additions and 0 deletions.
140 changes: 140 additions & 0 deletions docs/json-responses/index (album with include).json
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 docs/json-responses/index (album_artist with include).json
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"
}
]
}
}
28 changes: 28 additions & 0 deletions docs/json-responses/index (artist with include).json
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"
}
]
}
}
8 changes: 8 additions & 0 deletions docs/json-responses/index (catalog with include).json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"catalog": [
1,
3,
4,
2
]
}
7 changes: 7 additions & 0 deletions docs/json-responses/index (live_stream with include).json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"live_stream": [
3,
1,
2
]
}
8 changes: 8 additions & 0 deletions docs/json-responses/index (live_stream).json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"song": [
54,
55,
56,
57
]
}
Loading

0 comments on commit 047c245

Please sign in to comment.