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.
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.