DoSomething / gateway

:lock_with_ink_pen: An opinionated PHP REST API client.
MIT License
2 stars 0 forks source link

Add support for requesting optional fields. #125

Closed DFurnes closed 5 years ago

DFurnes commented 5 years ago

What's this PR do?

This pull request adds the ability to request optional fields, like so:

gateway('northstar')->getUser($id, ['last_name', 'birthdate']);

If omitted, no ?include= query string will be appended.

How should this be reviewed?

👀

Checklist