Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.12.2
@aptos-labs/ts-sdk
ClientRequest
Interface ClientRequest<Req>
interface
ClientRequest
<
Req
>
{
body
?:
Req
;
contentType
?:
string
;
headers
?:
Record
<
string
,
any
>
;
method
:
"GET"
|
"POST"
;
overrides
?:
ClientHeadersType
&
{
API_KEY
?:
string
;
WITH_CREDENTIALS
?:
boolean
;
}
&
{
AUTH_TOKEN
?:
string
;
}
;
params
?:
any
;
url
:
string
;
}
Type Parameters
Req
Index
Properties
body?
content
Type?
headers?
method
overrides?
params?
url
Properties
Optional
body
body
?:
Req
Optional
content
Type
content
Type
?:
string
Optional
headers
headers
?:
Record
<
string
,
any
>
method
method
:
"GET"
|
"POST"
Optional
overrides
overrides
?:
ClientHeadersType
&
{
API_KEY
?:
string
;
WITH_CREDENTIALS
?:
boolean
;
}
&
{
AUTH_TOKEN
?:
string
;
}
Type declaration
Optional
API_
KEY
?:
string
Optional
WITH_
CREDENTIALS
?:
boolean
Type declaration
Optional
AUTH_
TOKEN
?:
string
Optional
params
params
?:
any
url
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
content
Type
headers
method
overrides
params
url
@aptos-labs/ts-sdk - v1.12.2
Loading...
Generated using
TypeDoc