DoSomething / gateway

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

Allow custom response classes #3

Open DFurnes opened 8 years ago

DFurnes commented 8 years ago

It'd be nice to be able to specify a custom class that extended one of the built-in response classes... e.g. so that we could add application-specific methods to NorthstarUser to find the corresponding local Eloquent User, etc.