Spotify Api
Represents an instance of the Spotify API client, with common functionality and information between the SpotifyClientApi and SpotifyAppApi implementations of the API
Parameters
The application client id found on the application dashboard
The application client secret found on the application dashboard
The access token associated with this API instance
Configurable Spotify API options.
Inheritors
Properties
Provides access to Spotify album endpoints
Provides access to Spotify artist endpoints
Provides access to Spotify browse endpoints
A list of all endpoints included in this api type
Provides access to Spotify episode endpoints
Provides access to Spotify market endpoints
Provides access to the Spotify search endpoint
Provides access to Spotify show endpoints
Provides access to Spotify track endpoints
Functions
If the cache is enabled, clear all stored queries in the cache
Return a new SpotifyApiBuilder with the parameters provided to this api instance
Return a new B with the parameters provided to this api instance
Create a Spotify authorization URL from which client access can be obtained
Obtain a map of all currently-cached requests
Tests whether the current token is actually valid. By default, an endpoint is called once to verify validity.
Tests whether the current token is actually valid. By default, an endpoint is called once to verify validity.
Modify the current Token via DSL
Change the current Token's access token