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 artist(s) from Spotify
Fetches albums of an artist
The artist whose albums are to be fetched
Options for fetching the albums
A Page of SimplifiedAlbum
objects as a Promise
Fetches artists similar to a given artist
The artist whose relation are to be fetched
A collection of Artist
objects as a Promise
Fetches top ten tracks of an artist from a given market
The artist whose top tracks are to be fetched
The market to consider for the top tracks
A collection of Track
objects as a Promise
Resolves an ArtistResolvable to an Artist object
Resolves an ArtistResolvable to an Artist ID
Fetches artists from Spotify by searching
The options provided for searching artists
A Page
of Artist
objects as a Promise
Generated using TypeDoc
Stores cache for artists and holds their API methods