Members
- 
			spotify :Spotify
- 
	DescriptionThe spotify client. Details
- 
			audio :Audio
- 
	DescriptionThe audio features. Details
Methods
- 
			get( id ) → {Promise.<(Track|HTTPError|ApiError)>}
- 
	DescriptionGet Spotify catalog information for a single track identified by its unique Spotify ID. ParametersName Type Description idstring The Spotify ID for the track. ReturnsDetails
- 
			saved( options ) → {Promise.<(Array.<Track>|HTTPError|ApiError)>}
- 
	DescriptionGet a list of the songs saved in the current Spotify user's 'Your Music' library. ParametersName Type Description optionsLimitOptions ReturnsDetails
- 
			save( ids ) → {Promise.<(Status|HTTPError|ApiError)>}
- 
	DescriptionSave one or more tracks to the current user's 'Your Music' library. ParametersName Type Description idsstring | Array.<string> A list of the Spotify IDs. ReturnsDetails
- 
			remove( ids ) → {Promise.<(Status|HTTPError|ApiError)>}
- 
	DescriptionRemove one or more tracks from the current user's 'Your Music' library. ParametersName Type Description idsstring | Array.<string> A list of the Spotify IDs. ReturnsDetails
- 
			starred( ids ) → {Promise.<(Array.<boolean>|HTTPError|ApiError)>}
- 
	DescriptionCheck if one or more tracks is already saved in the current Spotify user's 'Your Music' library. ParametersName Type Description idsstring | Array.<string> ReturnsDetails
- 
			search( query, options ) → {Promise.<(Array.<Track>|HTTPError|ApiError)>}
- 
	DescriptionGet Spotify catalog information about tracks. ParametersName Type Description querystring Your search query. optionsSearchOptions ReturnsDetails
- 
			recommendations( options ) → {Promise.<(Array.<Tracks>|HTTPError|ApiError)>}
- 
	DescriptionRecommendations are generated based on the available information for a given seed entity and matched against similar artists and tracks. ParametersName Type Description optionsRecommendedOptions ReturnsDetails