ReferencesAUTH_URL → AUTH_URL TOKEN_URL → TOKEN_URL API_BASE_URL → API_BASE_URL DEFAULT_RETRY_COUNT → DEFAULT_RETRY_COUNT DEFAULT_RETRY_DELAY → DEFAULT_RETRY_DELAY SPOTIFY_SCOPES → SPOTIFY_SCOPES ensureCredentialsSet → ensureCredentialsSet getCredentials → getCredentials hasCredentials → hasCredentials setCredentials → setCredentials clearTokens → clearTokens ensureValidToken → ensureValidToken getAccessToken → getAccessToken getRefreshToken → getRefreshToken getTokenInfo → getTokenInfo isTokenValid → isTokenValid refreshAccessToken → refreshAccessToken setTokens → setTokens exchangeCodeForTokens → exchangeCodeForTokens getAuthorizationUrl → getAuthorizationUrl getCurrentUser → getCurrentUser getCurrentPlayback → getCurrentPlayback getRecentlyPlayedTracks → getRecentlyPlayedTracks getTrack → getTrack pause → pause play → play skipToNext → skipToNext skipToPrevious → skipToPrevious isTrackInLibrary → isTrackInLibrary likeTrack → likeTrack unlikeTrack → unlikeTrack
Description
Spotify API Service
A unified interface to all Spotify API functionality. This module serves as the main entry point for interacting with the Spotify Web API throughout the application.
Features:
Usage:
Source