-
Notifications
You must be signed in to change notification settings - Fork 10
Migrate library endpoints to /me/library #71
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
Part of the Spotify Feb 2026 API changes (#70). The following endpoints are being consolidated:
PUT/DELETE /me/tracks,/me/albums,/me/shows→PUT/DELETE /me/library(with Spotify URIs)GET /me/tracks/contains,/me/albums/contains,/me/shows/contains→GET /me/library/containsPUT/DELETE /me/following(artist/user) →PUT/DELETE /me/libraryGET /me/following/contains→GET /me/library/containsPUT/DELETE /playlists/{id}/followers→PUT/DELETE /me/libraryGET /playlists/{id}/followers/contains→GET /me/library/contains
Files affected (~19)
Library/
Get-CurrentUserSavedTracks.ps1Add-CurrentUserSavedTrack.ps1Remove-CurrentUserSavedTrack.ps1Test-CurrentUserSavedTracks.ps1Get-CurrentUserSavedAlbums.ps1Add-CurrentUserSavedAlbum.ps1Remove-CurrentUserSavedAlbum.ps1Test-CurrentUserSavedAlbum.ps1Get-CurrentUserSavedShows.ps1Add-CurrentUserSavedShow.ps1Remove-CurrentUserSavedShow.ps1Test-CurrentUserSavedShow.ps1
Follow/
Get-FollowedArtists.ps1Add-FollowedArtist.ps1,Remove-FollowedArtist.ps1,Test-FollowedArtist.ps1Add-FollowedUser.ps1,Remove-FollowedUser.ps1,Test-FollowedUser.ps1Add-FollowedPlaylist.ps1,Remove-FollowedPlaylist.ps1,Test-FollowedPlaylist.ps1
Tracks/
Test-UserSavedTrack.ps1
Notes
- New
/me/libraryendpoint uses Spotify URIs (e.g.,spotify:track:xxx) instead of bare IDs - Not urgent for existing apps (postponed by Spotify), but new apps are already affected
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request