# Functions
DoWithRetry calls client.Do, and in the case of an error, retries the operation again after a slight delay.
DoWithRetryOpts calls client.Do, but retrying 500s (even for POSTs).
GetWithRetry issues a GET request with the given client, and in the case of an error, retries the operation again after a slight delay.