guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

Additional options for create playlist #216

Closed drice89 closed 4 years ago

drice89 commented 4 years ago

Added "description" and "collaborative" options to User#create_playlist!

I had to test this in the rails app that I used your gem for. I tested it by monkey patching the create_playlist! method because I was having trouble getting the user authorization to work correctly in the forked version of the repo. The code works as expected though.

I also added a note about ensuring that your scopes are set correctly to get the "collaborative" option to work.

drice89 commented 4 years ago

Any chance I can get this reviewed when you have a minute?

guilhermesad commented 4 years ago

@drice89 looks good! I'll merge this and make some minor changes, thanks for your contribution.