Package-level declarations

Types

Link copied to clipboard
class SpotifyClient(tokenProvider: TokenProvider, config: SpotifyConfig = SpotifyConfig(), httpClient: HttpClient? = null)

Single entry point wiring one shared HttpClient and TokenProvider into every Spotify domain API.

Functions

Link copied to clipboard

Local-development helper that seeds the deprecated TokenHolder shim with a token read from local.properties (spotify.token or SPOTIFY_TOKEN).