SKRecommendations

public struct SKRecommendations : JSONDecodable

A structure representing a list of recommended tracks generated from a list of Spotify seed items.

See also

The Web API Recommendations object.
  • The seeds used to generate the list of recommended tracks.

    Declaration

    Swift

    public let seeds: [SKSeed]
  • An array of simplified tracks, ordered according to the parameters supplied.

    Declaration

    Swift

    public let tracks: [SKTrack]