Spotify Api
sealed class SpotifyApi<T : SpotifyApi<T, B>, B : ISpotifyApiBuilder<T, B>>
Content copied to clipboard
Represents an instance of the Spotify API client, with common functionality and information between the SpotifyClientApi and SpotifyAppApi implementations of the API
Parameters
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
getSpotifyPkceAuthorizationUrl
Link copied to clipboard
fun getSpotifyPkceAuthorizationUrl(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.
isTokenValidRestAction
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Tests whether the current token is actually valid.
refreshToken
Link copied to clipboard
refreshTokenRestAction
Link copied to clipboard
updateToken
Link copied to clipboard
updateTokenWith
Link copied to clipboard
Properties
albums
Link copied to clipboard
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
episodes
Link copied to clipboard
Provides access to Spotify episode endpoints
expireTime
Link copied to clipboard
following
Link copied to clipboard
playlists
Link copied to clipboard
runExecutableFunctions
Link copied to clipboard
search
Link copied to clipboard
Provides access to the Spotify search endpoint
shows
Link copied to clipboard
spotifyApiOptions
Link copied to clipboard
tracks
Link copied to clipboard
Inheritors
Sources
(source)
Link copied to clipboard