Members
- 
			spotify :Spotify
- 
	DescriptionThe spotify client. Details
Methods
- 
			get( id, country [, locale ] ) → {Promise.<(Category|HTTPError|ApiError)>}
- 
	DescriptionGet a single category used to tag items in Spotify. ParametersName Type Attributes Description idstring The Spotify category ID for the category. countrystring An ISO 3166-1 alpha-2 country code. localestring <optional> The desired language, consisting of an ISO 639-1 language code and an ISO 3166-1 alpha-2 country code, joined by an underscore. For example: es_MX. ReturnsDetails
- 
			all( options ) → {Promise.<(Array.<Category>|HTTPError|ApiError)>}
- 
	DescriptionGet a list of categories used to tag items in Spotify. ParametersName Type Description optionsCategoryOptions ReturnsDetails