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
Is your feature request related to a problem? Please describe.
We want to pass custom http client to sdk so we can instrument request latency etc using interceptor code we have across our code base.
This would allow for the usage of connection pooling, for ex., which would be a very necessary feature for apps handling high throughput applications reliant on Fireblocks.
Is your feature request related to a problem? Please describe.
We want to pass custom http client to sdk so we can instrument request latency etc using interceptor code we have across our code base.
Describe the solution you'd like
Ability to pass http client via cosntructor arg to sdk. For instance here is how stripe-node support custom http client
https://github.com/stripe/stripe-node/blob/master/types/lib.d.ts#L73
The text was updated successfully, but these errors were encountered: