paulmccarron / spotify-playlist-janitor

1 stars 0 forks source link

Get Spotify Playlist #40

Closed paulmccarron closed 1 year ago

paulmccarron commented 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}

Return playlist via GET endpoint to client.

Add unit tests for services and controllers.