Preparing search index...
The search index is not available
SDK Core Documentation - v0.0.2-5
SDK Core Documentation
APIResponse
Interface APIResponse
Response to an API call.
interface
APIResponse
{
headers
:
Record
<
string
,
string
>
;
json
?:
any
;
status
:
number
;
text
:
string
;
}
Index
Properties
headers
json?
status
text
Properties
headers
headers
:
Record
<
string
,
string
>
Optional
json
json
?:
any
status
status
:
number
text
text
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
headers
json
status
text
SDK Core Documentation - v0.0.2-5
Loading...
Response to an API call.