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
Would be useful to have an option to inject your own http client instead of preset default Guzzle client or curl. For example injecting guzzle client where I can implement my custom middleware and logging.
Potentially can create a public method in DataService called setClient which would expect a parameter for \Psr\Http\Client\ClientInterface ?
The text was updated successfully, but these errors were encountered:
harolato-rentman
changed the title
Allow injecting custom http client
[Enhancement] Allow injecting custom http client
Jun 20, 2024
Would be useful to have an option to inject your own http client instead of preset default Guzzle client or curl. For example injecting guzzle client where I can implement my custom middleware and logging.
Potentially can create a public method in
DataService
calledsetClient
which would expect a parameter for\Psr\Http\Client\ClientInterface
?The text was updated successfully, but these errors were encountered: