Spotify Web API v0.1.0 Spotify.Context View Source
A Context object.
Key | Value Description |
---|---|
type | The object type, e.g. “artist”, “playlist”, “album”. |
href | A link to the Web API endpoint providing full details of the track. |
external_urls | External URLs for this context. |
uri | The Spotify URI for the context. |
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Context{external_urls: Spotify.ExternalUrls.t(), href: String.t(), type: String.t(), uri: String.t()}