Documentation
¶
Index ¶
Constants ¶
View Source
const ArtistEndpoint = "https://api.spotify.com/v1/artists/{id}"
View Source
const SearchEndpoint = "https://api.spotify.com/v1/search"
View Source
const TokenEndpoint = "https://accounts.spotify.com/api/token"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenResponse ¶
type TokenResponse struct {
AccessToken string `json:"access_token"`
}
func GetAccessToken ¶
func GetAccessToken() (TokenResponse, error)
Click to show internal directories.
Click to hide internal directories.