Closed WillyReyno closed 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.
@WillyReyno I just merged the PR and improved the code by converting the include parameter to an array.
This PR allows passing the
include
query parameter to compatible endpoints, it is useful when you need to reach data within a relationship.