zmb3 / spotify

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

Added the Streaming Auth Scope #111

Closed tobiola closed 4 years ago

tobiola commented 4 years ago

Added a missing Authorization Scope Available at: https://developer.spotify.com/documentation/general/guides/scopes/#streaming

Added description and ran "go fmt" on code afterwards.