Spotify Web API v0.1.0 Spotify.Recommendations.Recommendations View Source
A Recommendations object.
Key | Value Description |
---|---|
seeds | An array of recommendation seed objects. |
tracks | An 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()]}