Closed paulmccarron closed 1 year ago
Provide a GET endpoint that uses Spotify connectivity to retrieve logged in users playlist by id using the Spotify API endpoint: GET https://api.spotify.com/v1/users/{user}/playlists/{id}
GET
https://api.spotify.com/v1/users/{user}/playlists/{id}
Return playlist via GET endpoint to client.
Add unit tests for services and controllers.
Provide a GET endpoint that uses Spotify connectivity to retrieve logged in users playlist by id using the Spotify API endpoint:
GET
https://api.spotify.com/v1/users/{user}/playlists/{id}
Return playlist via GET endpoint to client.
Add unit tests for services and controllers.