Spotify Web API v0.1.0 Spotify.Context View Source

A Context object.

KeyValue Description
typeThe object type, e.g. “artist”, “playlist”, “album”.
hrefA link to the Web API endpoint providing full details of the track.
external_urlsExternal URLs for this context.
uriThe 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()}