Optional
config: FetchClientConfigPrivate
Optional
Readonly
authorizationPrivate
Optional
Readonly
basePrivate
Optional
Readonly
onPrivate
createOptional
config: FetchClientConfigPrivate
Optional
Readonly
authorizationPrivate
Optional
Readonly
basePrivate
Optional
Readonly
onPrivate
createCreates a timed fetch request using an Abort Controller
The url we are targeting for our request
The method was are invoking
Optional
requestOptions: RequestOptions | RequestOptionsWithoutBodyoptional parameters that can be provided
@@ -27,9 +27,9 @@the url or path that you are targeting for your request
Optional
baseUrl: stringoptional parameter that can be set when the client is created
A url
-Private
isPrivate
isChecks if the error is a request timeout error
+Private
hasPrivate
isChecks if the error is a request timeout error
the error we want to check
-true or false
+true or false
Makes a timed fetch POST request to the provided url
target for the request, this can either be a path built on the base url or a full url
Optional
requestOptions: RequestOptionsoptional parameters that can be provided
@@ -38,4 +38,4 @@target for the request, this can either be a path built on the base url or a full url
Optional
requestOptions: RequestOptionsoptional parameters that can be provided
Promise<Result<T, FetchErrorTypes>>
-Generated using TypeDoc
Creates a timed fetch request using an Abort Controller
+