Spotify Web API v0.1.0 Spotify.Tracks.TrackLink View Source

A Track Link object.

KeyValue Description
external_urlsKnown external URLs for this track.
hrefA link to the Web API endpoint providing full details of the track.
idThe Spotify ID for the track.
typeThe object type: “track”.
uriThe Spotify URI for the track.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Tracks.TrackLink{external_urls: Spotify.ExternalUrls.t(), href: String.t(), id: String.t(), type: String.t(), uri: String.t()}