Spotify Web API v0.1.0 Spotify.Category View Source
An object containing category information.
Key | Value Description |
---|---|
href | A link to the Web API endpoint returning full details of the category. |
icons | The category icon, in various sizes. |
id | The Spotify category ID of the category. |
name | The 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()}