mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #527] [MERGED] Fix return object formatting for multi-market searches #925
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#925
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/527
Author: @nleroy917
Created: 7/3/2020
Status: ✅ Merged
Merged: 7/7/2020
Merged by: @stephanebruckert
Base:
master← Head:market_search_2📝 Commits (7)
2df9598resolve return object formatting issues referened in #526e07bc2cresolve comments from @ritiek29fdee0create separate method to search multiple markets68a3b8aUse old description again722c9e9market -> markets + fix test4b87dfdpep86591666Use break📊 Changes
2 files changed (+94 additions, -71 deletions)
View changed files
📝
spotipy/client.py(+52 -39)📝
tests/integration/test_non_user_endpoints.py(+42 -32)📄 Description
I implemented the changes we discussed in #526. Now, the return object will be a dictionary with keys corresponding to the markets specified in the search with the response from Spotify stored in those keys. I also updated all of my unit tests to reflect these changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.