mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 08:05:55 +03:00
[PR #1228] Fix: Web API Changes of February 2026 #1224
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#1224
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/1228
Author: @tonarec
Created: 2/18/2026
Status: 🔄 Open
Base:
master← Head:1227-web-api-changes📝 Commits (3)
10294e1#1227 - Updated methods related to API changeseb7830f#1227 - Formatted code and updated changelog664edfa#1227 - Improved HTTP URLs computation with kwargs📊 Changes
2 files changed (+126 additions, -47 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
spotipy/client.py(+121 -47)📄 Description
Closes #1227
This PR fix the Spotiy client to comply with the new changes in the API from Spotify, see the Web API Changelog
It introduces a change in the way the tracks/episodes (the so named items) are handled by Spotify.
In addition, some of the endpoints are now deprecated, and most of the enpoints related to the user's content moved to the /me/library endpoint to use URIs only.
Introduced in this PR:
/tracksendpoints to/items/me/libraryendpoint here/playlists/{playlist_id}/itemshere🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.