Spotify Web API v0.1.0 Spotify.Category View Source

An object containing category information.

KeyValue Description
hrefA link to the Web API endpoint returning full details of the category.
iconsThe category icon, in various sizes.
idThe Spotify category ID of the category.
nameThe name of the category.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Category{href: String.t(), icons: [Spotify.Image.t()], id: String.t(), name: String.t()}