zmb3 / spotify

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

show_dialog optional parameter for authentication #94

Closed linux-jedi closed 5 years ago

linux-jedi commented 5 years ago

The Spotify Web API also supports the option parameter show_dialog for authentication. Right now the library does not support this parameter and it's something that I would like to use for a project. Is there any plans to add/support this?

zmb3 commented 5 years ago

I’m happy to take a PR to add this.