Protected
baseProtected
Optional
fetchProtected
Optional
fetchProtected
handle401Protected
hooksProtected
jwtProtected
logsProtected
pendingProtected
retryProtected
retryProtected
retryProtected
Static
ongoing401Protected
buildOptional
opts: FRRequestOptions<unknown> & { method?: FRHttpMethod }Protected
buildOptional
body: unknownProtected
buildOptional
params: Record<string, string | number>Optional
query: Record<string, undefined | string | number | boolean | string[] | number[]>Optional
options: Omit<FRRequestOptions<unknown>, "body">Optional
options: Omit<FRRequestOptions<unknown>, "body">Optional
options: Omit<FRRequestOptions<unknown>, "body">Protected
logOptional
options: FRRequestOptions<TBody>Optional
options: FRRequestOptions<TBody>Optional
options: FRRequestOptions<TBody>Protected
sleep
Fetch Rest - main class. RECOMMENDATION: It is generally recommended to use FetchRestSingleton controls instead of
FetchRest
.