mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #531] [MERGED] Update Playlist Endpoints and Add Following Endpoints #927
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#927
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/531
Author: @IdmFoundInHim
Created: 7/6/2020
Status: ✅ Merged
Merged: 7/11/2020
Merged by: @stephanebruckert
Base:
master← Head:playlist-functions📝 Commits (9)
f0fc8a2Update playlist endpoints to modern format4e3910bAdd current_user_following_artists and current_user_following_usersf1b6e81Update tests and examplesc6bb32cUpdate changelogaf1ab78Deprecate playlist_tracks in favor of playlist_itemsef62d13Link deprecated functions to new functions and change tracks to itemsde47418Fix references to playlist_tracks7c18827Change test_playlist_add_items as requestedcc12294Merge branch 'master' into playlist-functions📊 Changes
10 files changed (+356 additions, -112 deletions)
View changed files
📝
CHANGELOG.md(+20 -1)📝
examples/add_tracks_to_playlist.py(+1 -2)📝
examples/change_playlist_details.py(+1 -2)📝
examples/playlist_all_non_local_tracks.py(+7 -7)📝
examples/playlist_tracks.py(+4 -3)📝
examples/remove_specific_tracks_from_playlist.py(+2 -4)📝
examples/remove_tracks_from_playlist.py(+2 -4)📝
examples/replace_tracks_in_playlist.py(+1 -3)📝
spotipy/client.py(+283 -46)📝
tests/integration/test_user_endpoints.py(+35 -40)📄 Description
Add current_user_following_artists and current_user_following_users
Deprecate user_playlist_* in favor of the following replacements:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.