Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
RestApiClientInput
Interface RestApiClientInput
interface
RestApiClientInput
{
path
:
string
;
method
:
HttpRequestMethod
;
query
?:
Record
<
string
,
string
>
;
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
responseType
?:
"arraybuffer"
|
"stream"
;
returnFullResponse
?:
boolean
;
}
Index
Properties
path
method
query?
data?
headers?
response
Type?
return
Full
Response?
Properties
path
path
:
string
method
method
:
HttpRequestMethod
Optional
query
query
?:
Record
<
string
,
string
>
Optional
data
data
?:
any
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
response
Type
responseType
?:
"arraybuffer"
|
"stream"
Optional
return
Full
Response
returnFullResponse
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
method
query
data
headers
response
Type
return
Full
Response
Console
SDK
REST API
Membrane React - v0.2.1
Loading...