@edgefirst-dev/api-client - v0.2.0
Preparing search index...
APIClient
Type
Interface Type
interface
Type
{
interceptors
:
{
after
:
Interceptor
<
AfterListenerFunction
>
;
before
:
Interceptor
<
BeforeListenerFunction
>
;
}
;
delete
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
;
fetch
(
path
:
string
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
get
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
;
patch
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
;
post
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
;
put
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
;
}
Implemented by
APIClient
Index
Properties
interceptors
Methods
delete
fetch
get
patch
post
put
Properties
interceptors
interceptors
:
{
after
:
Interceptor
<
AfterListenerFunction
>
;
before
:
Interceptor
<
BeforeListenerFunction
>
;
}
Methods
delete
delete
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
Parameters
path
:
string
Optional
init
:
Omit
<
RequestInit
,
"method"
>
Returns
Promise
<
Response
>
fetch
fetch
(
path
:
string
,
init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
path
:
string
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
get
get
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
Parameters
path
:
string
Optional
init
:
Omit
<
RequestInit
,
"method"
>
Returns
Promise
<
Response
>
patch
patch
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
Parameters
path
:
string
Optional
init
:
Omit
<
RequestInit
,
"method"
>
Returns
Promise
<
Response
>
post
post
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
Parameters
path
:
string
Optional
init
:
Omit
<
RequestInit
,
"method"
>
Returns
Promise
<
Response
>
put
put
(
path
:
string
,
init
?:
Omit
<
RequestInit
,
"method"
>
)
:
Promise
<
Response
>
Parameters
path
:
string
Optional
init
:
Omit
<
RequestInit
,
"method"
>
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
interceptors
Methods
delete
fetch
get
patch
post
put
@edgefirst-dev/api-client - v0.2.0
Loading...