rryam / MusadoraKit

The ultimate companion to MusicKit.
http://exploringmusickit.com
MIT License
345 stars 22 forks source link

Create Recommendations albums, and playlists helper methods #15

Closed rudrankriyam closed 2 years ago

rudrankriyam commented 2 years ago
let albums = try await MusadoraKit.recommendationAlbums() 

let playlists = try await MusadoraKit.recommendationPlaylists() 
rudrankriyam commented 2 years ago

It does not seem to make sense as each recommendation is a different struct with unique properties that contain the relevant collection of albums, playlists, or stations.