sdk.lusid.extensions.retry.RetryingRestWrapperAsync

class RetryingRestWrapperAsync(rest_object, retries=3)[source]

Wrapper for HTTP requests Which retries on failure And waits the amount of time specified in the Retry After header.

Methods

close

delete_request

get_request

head_request

options_request

patch_request

post_request

put_request

request