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

Additional createPlaylist parameters #89

Closed doodlezucc closed 3 years ago

doodlezucc commented 3 years ago

This PR adds optional parameters public, collaborative and description (as stated in the API reference) to the createPlaylist function.

For testing purposes, I wrote an example call in example_auth.dart. You can uncomment this line to try it out.