Use Spotify connectivity to poll logged in users current playing activity using the Spotify API endpoint:
GEThttps://api.spotify.com/v1/me/player
Return playlists via GET endpoint to client. Endpoint should only return information if the current playing activity is from a song in a playlist (not album or podcast playback)
Use Spotify connectivity to poll logged in users current playing activity using the Spotify API endpoint:
GET
https://api.spotify.com/v1/me/player
Return playlists via GET endpoint to client. Endpoint should only return information if the current playing activity is from a song in a playlist (not album or podcast playback)Add unit tests for services and controllers.