Authorization header
Bearer parameter for authorized call
Delay multiplier for exponential back-off
Max retries on 500 errors
Perform fetch, optionally using authorization and exponential back-off
server request
fetch options
configuration
the retry attempt we are on
response from server
Perform GET request
server request
configuration
response from server
Do a server request
server request
fetch options
configuration
response from server
Perform POST request
server request
configuration
response from server
Get authorization token
if true, authorization required
if true, user initiated
auth token
Get Error message
server response
Error
Check response and act accordingly, including retrying
server response
server
fetch options
configuration
the retry attempt we are on
response from server
Retry authorized fetch with exponential back-off
server request
fetch options
configuration
the retry attempt we are on
response from server
Retry fetch after removing cached auth token
server request
fetch options
configuration
the retry attempt we are on
response from server
Configuration object
Generated using TypeDoc
Fetch with optional authentication and exponential back-off