fireblocks-sdk-js icon indicating copy to clipboard operation
fireblocks-sdk-js copied to clipboard

[Feature Request] support for passing custom http client (or axios instance)

Open daisy1754 opened this issue 2 years ago • 1 comments

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

daisy1754 avatar Dec 28 '22 22:12 daisy1754

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.

alfonso-paella avatar Dec 13 '23 21:12 alfonso-paella