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 cover image of a playlist
The playlist whose cover image is to be fetched
An array of Image
object
Fetches playlists that are featured by Spotify
Options for fetching the featured playlists
A Page of SimplifiedPlaylist
objects as a Promise
Fetches items of a playlist
Options for fetching items of a playlist
A Page of PlaylistTrack
objects a Promise
Fetches playlists of a user
The user whose playlists are to be fetched
Options for fetching the user's playlists
A Page of SimplifiedPlaylist
objects as a Promise
Resolves a PlaylistResolavable to a Playlist
A string or object that can be resolved to a Playlist
A Playlist
Resolves a PlaylistResolvable to a Playlist ID
A string or object that can be resolved to a Playlist
The ID of a Playlist
Fetches playlists from Spotify by searching
The options provided for searching playlists
A Page
of SimplifiedPlaylist
objects as a Promise
Generated using TypeDoc
Stores cache for playlists and holds their API methods