Liking cljdoc? Tell your friends :D

clj-spotify.util


encode-to-base64clj

(encode-to-base64 file-path)

Encode file to base64.

Encode file to base64.
sourceraw docstring

get-access-tokenclj

(get-access-token client-id client-secret)

Requests an access token from Spotify's API via the Client Credentials flow. The returned token cannot be used for endpoints which access private user information; use the OAuth 2 Authorization Code flow for that.

Requests an access token from Spotify's API via the Client Credentials flow.
The returned token cannot be used for endpoints which access private user information;
use the OAuth 2 Authorization Code flow for that.
sourceraw docstring

refresh-access-tokenclj

(refresh-access-token client-id client-secret refresh_token)

Refreshes an access token using a refresh token that was generated via the OAuth 2 Authorization Code flow.

Refreshes an access token using a refresh token that was generated
via the OAuth 2 Authorization Code flow.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close