PouleR / apple-music-api

PHP Wrapper for the Apple Music API
39 stars 13 forks source link

Add methods for getCatalogSongs & getCatalogAlbums #24

Closed WillyReyno closed 3 months ago

WillyReyno commented 3 months ago

Those methods allow to fetch multiple songs or albums at once by providing a string of ids.

Documentations: https://developer.apple.com/documentation/applemusicapi/get_multiple_catalog_albums https://developer.apple.com/documentation/applemusicapi/get_multiple_catalog_songs_by_id

PouleR commented 3 months ago

Thanks @WillyReyno!