You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who use web-api-extension it's not so easy to use json_spec. @tyx provided his proof-of-concept to integrate WebApiContext with json context: tyx/WebApiExtension@58d832a but i don't like the idea of extending context to use it with another.
Solution: use wrapped Guzzle/Client to get last response.
The text was updated successfully, but these errors were encountered:
Currently only mink support comes out of the box. Currently is just impossible to do this with web-api-extension since we don't have access to response.
I closed this issue only because i don't use web-api-extension. If you need a way for Guzzle transparent support i will reopen in.
One possible solution is to wrap client and remember it's responses from this proxy object... If you really need this, then i can make one in a next week (also welcome for your PRs 😉 ).
For those who use web-api-extension it's not so easy to use
json_spec
. @tyx provided his proof-of-concept to integrateWebApiContext
withjson context
: tyx/WebApiExtension@58d832a but i don't like the idea of extending context to use it with another.Solution: use wrapped Guzzle/Client to get last response.
The text was updated successfully, but these errors were encountered: