PouleR / apple-music-api

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

Add support fo include query parameter #11

Closed WillyReyno closed 3 years ago

WillyReyno commented 3 years ago

This PR allows passing the include query parameter to compatible endpoints, it is useful when you need to reach data within a relationship.

PouleR commented 3 years ago

Thank you for adding this feature! I think it's better to use an array as parameter in stead of passing a comma separated string to the method. This can be imploded to a string when adding it to the URL.

I'm happy to change the code however it will be by the end of this week.

PouleR commented 3 years ago

@WillyReyno I just merged the PR and improved the code by converting the include parameter to an array.