rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
207 stars 93 forks source link

Update playlist items #153

Closed hayribakici closed 1 year ago

hayribakici commented 1 year ago

This PR implements the v1/playlists/$playlistId/tracks endpoint, which allows reordering, replacing and clearing playlist items.

This PR also implements a "fake" remove playlist method (see comments in code).