Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
<internal>
ForgeApiFetchFunction
Type Alias ForgeApiFetchFunction
Forge
Api
Fetch
Function
:
(
(
url
:
string
,
init
?:
{
body
?:
unknown
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
redirect
?:
string
;
}
)
=>
Promise
<
AnyResponse
>
)
A fetch-like function compatible with
@forge/api
's
fetch
.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Source Code
@resolution/jira-api-client
Loading...
A fetch-like function compatible with
@forge/api'sfetch.