[GH-ISSUE #16] Implement new playlist endpoints #4

Closed
opened 2026-02-27 20:22:34 +03:00 by kerem · 1 comment
Owner

Originally created by @andrzejressel on GitHub (Sep 10, 2018).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/16

Few months ago Spotify added changes to playlists: https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/.

To implement

  • GET /v1/playlists/{playlist_id}/tracks

  • POST /v1/playlists/{playlist_id}/tracks

  • PATCH /v1/playlists/{playlist_id}/tracks

  • PUT /v1/playlists/{playlist_id}/tracks

  • DELETE /v1/playlists/{playlist_id}/tracks

  • GET /v1/playlists/{playlist_id} (PR)

  • PUT /v1/playlists/{playlist_id}

  • POST /v1/me/playlists

  • GET /v1/playlists/{playlist_id}/images

  • PUT /v1/playlists/{playlist_id}/images

Originally created by @andrzejressel on GitHub (Sep 10, 2018). Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/16 Few months ago Spotify added changes to playlists: https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/. To implement - [x] GET /v1/playlists/{playlist_id}/tracks - [x] POST /v1/playlists/{playlist_id}/tracks - [x] PATCH /v1/playlists/{playlist_id}/tracks - [x] PUT /v1/playlists/{playlist_id}/tracks - [x] DELETE /v1/playlists/{playlist_id}/tracks - [x] ~~GET /v1/playlists/{playlist_id} ([PR](https://github.com/samrayleung/rspotify/pull/15))~~ - [x] PUT /v1/playlists/{playlist_id} - [x] POST /v1/me/playlists - [ ] GET /v1/playlists/{playlist_id}/images - [ ] PUT /v1/playlists/{playlist_id}/images
kerem closed this issue 2026-02-27 20:22:34 +03:00
Author
Owner

@marioortizmanero commented on GitHub (Dec 29, 2022):

Only the image endpoints are left, so I'm creating a new issue with more details

<!-- gh-comment-id:1367374002 --> @marioortizmanero commented on GitHub (Dec 29, 2022): Only the image endpoints are left, so I'm creating a new issue with more details
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#4
No description provided.