SKTrackLinks

public struct SKTrackLinks : Decodable

A structure representing the links to a relinked Spotify track. See the API Track Relinking guide for more details.

See also

The Web API Track Link object.
  • Known external URLs for this track. See external URL object for more details.

    Declaration

    Swift

    public let externalURLs: [String : URL]
  • id

    The Spotify ID for the track.

    Declaration

    Swift

    public let id: String
  • uri

    The Spotify URI for the track.

    Declaration

    Swift

    public let uri: String
  • url

    A link to the Web API endpoint providing full details of the track.

    Declaration

    Swift

    public let url: URL