The details about the access token returned by the API after authorization
The album nanager class that holds the cache of albums and their methods
The manager class that holds cache and API methods of artists
The manager class that holds cache and API methods of categories
The credentials for the client to login with
The manager class that holds cache and API methods of episodes
Time at which the client last updated the access token
Options to pass when initiating the client
The manager class that holds cache and API methods of playlists
Time at which the client became ready
The rest manager class that holds the methods for API calls
The manager class that holds cache and API methods of shows
The manager class that holds cache and API methods of tracks
The manager class that holds cache and API methods of users
Sets or gets the default captureRejection value for all emitters.
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Updates the access token by making a brand new Client Credentials Flow
authorization request
and emits accessTokenUpdate
event on success
An AccessTokenDetails
object
Fetches a list of markets where Spotify is available
An array of ISO 3166-1 alpha-2
strings as a Promise
Fetches a list of available genres
An array of genre strings as a Promise
Logs in the client and emits ready
event on success
The credentials that were used to log in the bot
An AccessTokenDetails
object
Generated using TypeDoc
The core of the library