The type of structure held by this manager
The cache of the structures held by this manager
Client that instantiated this class
Searches Spotify
The options for searching
The type of items to search
Converts raw data sent by the API to a structure and adds it to the cache
The ID of the structure
Whether to cache the structure or not
The raw data returned by the API for this structure
Fetches album(s) from Spotify
Options for fetching album(s)
Fetches recently released albums
Options for fetching new releases
A Page of SimplifiedAlbum
objects as a Promise
Fetches track(s) of an album
The album whose tracks are to be fetched
Options for fetching the tracks
A Page of SimplifiedTrack
objects as a Promise
Resolves an AlbumResolvable to an Album object
Resolves an AlbumResolvable to an Album ID
Fetches albums from Spotify by searching
The options provided for searching albums
A Page
of SimplifiedAlbum
objects as a Promise
Generated using TypeDoc
Stores cache for albums and holds their API methods