R/api-access.R
spotify-api.Rd
Set and retrieve Spotify client information.
get_spotify_access_token() set_spotify_api_key(id = NULL, secret = NULL)
A Spotify Client ID.
A Spotify Client Secret.
get_spotify_api_key() returns a previously stored Client ID and Secret.
get_spotify_api_key()
set_spotify_api_key() is called for side effects only.
set_spotify_api_key()
get_spotify_access_token() #> $client_id #> [1] "c7935f85f8b0447ea7d77c92364d0dd2" #> #> $client_secret #> [1] "dc409a6ff5844a26b3a43d909aea7380" #>