Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed audio_features API wrapper function return structure #653

Merged
merged 2 commits into from
Mar 5, 2021

Conversation

badfarmerjohn
Copy link

Currently the function wrapping the audio_features (querying the audio features for multiple tracks) unwraps the single-entry of the JSON object returned by the Spotify API endpoint it wraps. Currently, other functions similar endpoints, querying multiple tracks, artists, albums, etc, do not unwrap the JSON response. This change aims to conform the audio_features function's return type. See this comment from a similar pull request for context.

@badfarmerjohn badfarmerjohn marked this pull request as ready for review March 5, 2021 06:32
@stephanebruckert stephanebruckert changed the base branch from master to v3 March 5, 2021 09:32
@stephanebruckert
Copy link
Member

I have changed the base from master to v3. Because it's backward-incompatible this is good for version 3

@stephanebruckert stephanebruckert merged commit f7ae328 into spotipy-dev:v3 Mar 5, 2021
stephanebruckert added a commit that referenced this pull request Dec 26, 2022
Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants