spotifytobandcamp/config.go.example

6 lines
180 B
Plaintext
Raw Normal View History

2021-08-28 16:57:57 +00:00
package main
var ClientID = ""
var RedirectURI = ""
2021-09-11 23:52:06 +00:00
var SpotifyURL = "https://accounts.spotify.com/authorize?client_id="+ClientID+"&response_type=token&redirect_uri="+RedirectURI