Spotify App Api
An API instance created with application credentials, not through client authentication
Types
Functions
clearCache
Link copied to clipboard
fun clearCache()
Content copied to clipboard
getApiBuilder
Link copied to clipboard
getApiBuilderDsl
Link copied to clipboard
getAuthorizationUrl
Link copied to clipboard
fun getAuthorizationUrl(vararg scopes: SpotifyScope, redirectUri: String, state: String? = null): String
Content copied to clipboard
getCache
Link copied to clipboard
getPkceAuthorizationUrl
Link copied to clipboard
fun getPkceAuthorizationUrl(vararg scopes: SpotifyScope, redirectUri: String, codeChallenge: String, state: String? = null): String
Content copied to clipboard
isTokenValid
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Tests whether the current token is actually valid.
refreshToken
Link copied to clipboard
updateToken
Link copied to clipboard
updateTokenWith
Link copied to clipboard
Properties
albums
Link copied to clipboard
Provides access to Spotify album endpoints
artists
Link copied to clipboard
Provides access to Spotify artist endpoints
browse
Link copied to clipboard
Provides access to Spotify browse endpoints
clientSecret
Link copied to clipboard
The application client secret found on the application dashboard
endpoints
Link copied to clipboard
expireTime
Link copied to clipboard
following
Link copied to clipboard
Provides access to public playlist follower information
logger
Link copied to clipboard
playlists
Link copied to clipboard
Provides access to public Spotify playlist endpoints
runExecutableFunctions
Link copied to clipboard
search
Link copied to clipboard
Provides access to the Spotify search endpoint
spotifyApiOptions
Link copied to clipboard
tracks
Link copied to clipboard
Provides access to Spotify track endpoints
users
Link copied to clipboard
Provides access to public Spotify user information
Sources
(source)
Link copied to clipboard