zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.37k stars 287 forks source link

Change the Playlist API to support user less URIs #78

Closed brodin closed 5 years ago

brodin commented 5 years ago

Breaking change to support https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/

The idea of introducing alternative paths to be not break the API occurred to me, but it felt like bloating the interface completely. Anyone upgrading to this version should without effort be able to migrate to the new interface.

Fixes https://github.com/zmb3/spotify/issues/77

zmb3 commented 5 years ago

Thanks for this, looks good!