Documentation
Preparing search index...
@quatrain/api
ApiRequest
Interface ApiRequest
interface
ApiRequest
{
body
:
any
;
headers
?:
Record
<
string
,
string
|
string
[]
|
undefined
>
;
params
:
Record
<
string
,
string
>
;
query
:
Record
<
string
,
any
>
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
body
headers?
params
query
Properties
body
body
:
any
Optional
headers
headers
?:
Record
<
string
,
string
|
string
[]
|
undefined
>
params
params
:
Record
<
string
,
string
>
query
query
:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
params
query
Documentation
Loading...