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
Please document how to use middlewares with GuzzleClient. I am trying to add a middleware to add an "illegal" query param for cache busting. The way of doing things as documented for working with GuzzleHttp\Client directly doesn't seem to be working with GuzzleClient. Please add a working example.
The text was updated successfully, but these errors were encountered:
I'm able to use kamermans\OAuth2 middleware for authing requests in-flight. Wire up your Guzzle setting the Handler in the Client and pass it along to the GuzzleService().
StackOverflow question
Please document how to use middlewares with GuzzleClient. I am trying to add a middleware to add an "illegal" query param for cache busting. The way of doing things as documented for working with
GuzzleHttp\Client
directly doesn't seem to be working with GuzzleClient. Please add a working example.The text was updated successfully, but these errors were encountered: