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

Support per-request timeout

Open MichaelSnowden opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. I'm frustrated that I can't specify different timeouts for different requests because there is just a single timeout variable in the FireblocksSDK object.

Describe the solution you'd like An optional timeout=None parameter added to all the methods in FireblocksSDK.

MichaelSnowden avatar Mar 05 '22 01:03 MichaelSnowden