Spotify Web API v0.1.0 Spotify.Recommendations.Recommendations View Source

A Recommendations object.

KeyValue Description
seedsAn array of recommendation seed objects.
tracksAn array of track object (simplified) ordered according to the parameters supplied.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Recommendations.Recommendations{seeds: [Spotify.Recommendations.RecommendationsSeed.t()], tracks: [Spotify.Tracks.TrackSimple.t()]}