paulmccarron / spotify-playlist-janitor

1 stars 0 forks source link

Get Spotify Playlists #28

Closed paulmccarron closed 1 year ago

paulmccarron commented 1 year ago

Provide a GET endpoint that uses Spotify connectivity to retrieve logged in users playlists using the Spotify API endpoint: GET https://api.spotify.com/v1/users/{user}/playlists

Return playlists via GET endpoint to client.

Add unit tests for services and controllers.