zmb3 / spotify

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

Allow Playlist description to be added/modified on playlist creation/modification #80

Closed NateCham closed 5 years ago

NateCham commented 5 years ago

Allow a playlist description to be set.

This changes the function signature for CreatePlaylistForUser so if we don't want to introduce that breaking change we could drop that and just use ChangePlaylistDescription to modify the description in a subsequent call.

Open to suggestions, thanks

Nate