Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
<internal>
AnyResponse
Interface AnyResponse
Minimal response type compatible with both native fetch and Forge API responses.
interface
AnyResponse
{
headers
:
{
forEach
(
callbackfn
:
(
(
value
:
string
,
key
:
string
)
=>
void
)
)
:
void
;
get
(
key
:
string
)
:
null
|
string
;
has
(
key
:
string
)
:
boolean
;
}
;
ok
:
boolean
;
status
:
number
;
statusText
:
string
;
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
;
text
(
)
:
Promise
<
string
>
;
}
Index
Properties
headers
ok
status
status
Text
Methods
array
Buffer
text
Properties
headers
headers
:
{
forEach
(
callbackfn
:
(
(
value
:
string
,
key
:
string
)
=>
void
)
)
:
void
;
get
(
key
:
string
)
:
null
|
string
;
has
(
key
:
string
)
:
boolean
;
}
ok
ok
:
boolean
status
status
:
number
status
Text
status
Text
:
string
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
headers
ok
status
status
Text
Methods
array
Buffer
text
Source Code
@resolution/jira-api-client
Loading...
Minimal response type compatible with both native fetch and Forge API responses.