add tracks main page. add get my tracks action
This commit is contained in:
committed by
Daniel Hutzel
parent
0f6444589f
commit
bdbd9d425b
@@ -1,4 +1,5 @@
|
||||
@media-store-service = http://localhost:4004/media
|
||||
@browse-tracks-service = http://localhost:4004/browse-tracks
|
||||
|
||||
### ------------------------------------------------------------------------
|
||||
# Get service
|
||||
@@ -64,4 +65,10 @@ GET {{media-store-service}}/Playlists
|
||||
### ------------------------------------------------------------------------
|
||||
# Get Playlists
|
||||
GET {{media-store-service}}/Tracks
|
||||
# ?$top=10&$expand=genre,mediaType,album
|
||||
# ?$top=10&$expand=genre,mediaType,album
|
||||
|
||||
|
||||
### ------------------------------------------------------------------------
|
||||
# Get My tracks
|
||||
POST {{browse-tracks-service}}/getInvoicedTracks
|
||||
Content-Type: application/json
|
||||
|
||||
Reference in New Issue
Block a user