Closed AntoineReneleau closed 9 years ago
Add call magic method to auto proxy GuzzleResponse methods in the Adapter. Should I also remove getStatusCode, getHeader and getHeaders from GuzzleAdapter and the interface since they are useless with the call ?
:+1: for me
And i think it's a good things to remove all function who became useless with the _call function
_call
:+1: but check in our code (internal) if the interface is used or not.
Add call magic method to auto proxy GuzzleResponse methods in the Adapter. Should I also remove getStatusCode, getHeader and getHeaders from GuzzleAdapter and the interface since they are useless with the call ?