orca_sdk.client#
orca_api
module-attribute
#
orca_api = OrcaClient(
event_hooks={
"request": [_instrument_request],
"response": [_raise_error_for_response],
},
follow_redirects=True,
timeout=Timeout(connect=3, read=20, write=10, pool=5),
)
Typed client for the Orca API