mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #16] Implement new playlist endpoints #4
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#4
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?
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
@marioortizmanero commented on GitHub (Dec 29, 2022):
Only the image endpoints are left, so I'm creating a new issue with more details