Base Spotify Api
abstract class BaseSpotifyApi(client: HttpClient = SpotifyHttpClientFactory.create(), tokenProvider: TokenProvider)
Base class for Spotify Web API (api.spotify.com/v1) domain API classes.
Provides a shared HttpClient and TokenProvider, and a spotifyAuth helper that sets the Authorization: Bearer header and Accept: application/json on every request.
Note: AuthorizationApis targets accounts.spotify.com and does not extend this class.