Skip to content

Migrate Spotify API endpoints for Feb 2026 Dev Mode changes#31

Merged
marwonn merged 1 commit intomasterfrom
claude/fix-spotify-auth-8N61s
Feb 26, 2026
Merged

Migrate Spotify API endpoints for Feb 2026 Dev Mode changes#31
marwonn merged 1 commit intomasterfrom
claude/fix-spotify-auth-8N61s

Conversation

@marwonn
Copy link
Copy Markdown
Owner

@marwonn marwonn commented Feb 26, 2026

Affected endpoints (breaking March 9, 2026):

  • GET /artists/{id}/top-tracks removed → replaced with track search via GET /search?q=artist:{name}&type=track with artist filter
  • POST /users/{user_id}/playlists removed → replaced with POST /me/playlists
  • POST /playlists/{id}/tracks renamed → POST /playlists/{id}/items
  • GET /playlists/{id}/tracks renamed → GET /playlists/{id}/items
  • Search limit enforced to max 10 per request (new Dev Mode restriction)

Affected endpoints (breaking March 9, 2026):
- GET /artists/{id}/top-tracks removed → replaced with track search
  via GET /search?q=artist:{name}&type=track with artist filter
- POST /users/{user_id}/playlists removed → replaced with POST /me/playlists
- POST /playlists/{id}/tracks renamed → POST /playlists/{id}/items
- GET /playlists/{id}/tracks renamed → GET /playlists/{id}/items
- Search limit enforced to max 10 per request (new Dev Mode restriction)
@marwonn marwonn merged commit dabe60b into master Feb 26, 2026
1 check passed
@marwonn marwonn deleted the claude/fix-spotify-auth-8N61s branch February 26, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants