mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #653] [MERGED] Fixed audio_features API wrapper function return structure #980
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#980
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/653
Author: @badfarmerjohn
Created: 3/5/2021
Status: ✅ Merged
Merged: 3/5/2021
Merged by: @stephanebruckert
Base:
v3← Head:patch-1📝 Commits (2)
0853f11Fixed audio_features API wrapper function return structuree05c997Merge branch 'v3' into patch-1📊 Changes
3 files changed (+13 additions, -14 deletions)
View changed files
📝
CHANGELOG.md(+7 -3)📝
spotipy/client.py(+1 -6)📝
tests/integration/test_non_user_endpoints.py(+5 -5)📄 Description
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.