Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new playlist endpoints #16

Closed
8 of 10 tasks
andrzejressel opened this issue Sep 10, 2018 · 1 comment
Closed
8 of 10 tasks

Implement new playlist endpoints #16

andrzejressel opened this issue Sep 10, 2018 · 1 comment

Comments

@andrzejressel
Copy link
Contributor

andrzejressel commented Sep 10, 2018

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

tgockel added a commit to tgockel/rspotify that referenced this issue Nov 22, 2019
This adds support for the `playlists/{playlist_id}/tracks` API,
which is part of issue ramsayleung#16. The parameters were copied from the
existing `user_playlist_tracks` without `user_id`.
@marioortizmanero
Copy link
Collaborator

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

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

No branches or pull requests

2 participants