@valon-technologies/gestalt
Preparing search index...
client
RestClientOptions
Interface RestClientOptions
interface
RestClientOptions
{
address
:
string
|
URL
;
auth
:
Auth
;
fetch
?:
typeof
fetch
;
transport
:
RestTransport
;
}
Hierarchy (
View Summary
)
ClientOptions
RestClientOptions
Index
Properties
address
auth
fetch?
transport
Properties
address
address
:
string
|
URL
auth
auth
:
Auth
Optional
fetch
fetch
?:
typeof
fetch
Optional fetch override for testing or custom runtimes.
transport
transport
:
RestTransport
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
auth
fetch
transport
@valon-technologies/gestalt
Loading...
Optional fetch override for testing or custom runtimes.