Exspotify.Structs.Context (Exspotify v0.1.0)
View SourceRepresents a context object from Spotify API. Used for playback context (album, playlist, artist, etc.).
Summary
Functions
Creates a Context struct from a map.
Types
@type t() :: %Exspotify.Structs.Context{ external_urls: Exspotify.Structs.ExternalUrls.t() | nil, href: String.t() | nil, type: String.t(), uri: String.t() }