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
I would love to use my own (Symfony) HttpClient for this package, instead of the built in Curl version.
Would you accept a PR to extract the Client Code into it's own class, and optionally provide a custom HttpClient?
For the why:
I want to use Symfony's HttpClient because it has tracing and devtools built in, and because it would simplify configuration. Basically keep all the HttpClient configurations at the same place, instead of each ApiClient doing their own thing :)