this will use request.body the endpoint POST api/v1/playlists
As the BE App,
When I receive a POST (JSON) of the playlist params
I consume the Spotify /recommendations API to generate a selection of songs based on passed params
genre
BPM
workout duration
and will make a request from https://api.spotify.com/v1/recommendations
this will use
request.body
the endpointPOST api/v1/playlists
As the BE App, When I receive a POST (JSON) of the playlist params I consume the Spotify /recommendations API to generate a selection of songs based on passed params
and will make a request from
https://api.spotify.com/v1/recommendations