util

package
v0.0.0-...-4f247aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2021 License: MIT Imports: 4 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL