etwuerschmidt / song-roulette

Spotipy and Slack integration for managing / analyzing a monthly collaborative playlist
2 stars 0 forks source link

Audio Features Call #4

Closed etwuerschmidt closed 5 years ago

etwuerschmidt commented 5 years ago

https://developer.spotify.com/documentation/web-api/reference/tracks/get-several-audio-features/

Audio features call should support multiple tracks.

etwuerschmidt commented 5 years ago

Audio features API call does support up to 100 URIs. get_audio_features method was updated to utilize this over individual track calls.