Preparing search index...
The search index is not available
letsstreamit-frontend-service
letsstreamit-frontend-service
middlewares/apiClient
default
Function default
Axios instance for API requests
Timeout: 10 seconds
With credentials: true
default
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
config
:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
default
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
Index
Properties
defaults
interceptors
Methods
delete
get
get
Uri
head
options
patch
patch
Form
post
post
Form
put
put
Form
request
Properties
defaults
defaults
:
Omit
<
AxiosDefaults
,
"headers"
>
&
{
headers
:
HeadersDefaults
&
{
[
key
:
string
]:
AxiosHeaderValue
}
;
}
interceptors
interceptors
:
{
request
:
AxiosInterceptorManager
<
InternalAxiosRequestConfig
>
;
response
:
AxiosInterceptorManager
<
AxiosResponse
>
;
}
Methods
delete
delete
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
get
get
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
get
Uri
getUri
(
config
?:
AxiosRequestConfig
)
:
string
Parameters
Optional
config
:
AxiosRequestConfig
Returns
string
head
head
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
options
options
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
patch
patch
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
patch
Form
patchForm
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
post
post
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
post
Form
postForm
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
put
put
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
put
Form
putForm
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
request
request
<
T
=
any
,
R
=
AxiosResponse
<
T
>
,
D
=
any
>
(
config
:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
>
D
=
any
Parameters
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
defaults
interceptors
Methods
delete
get
get
Uri
head
options
patch
patch
Form
post
post
Form
put
put
Form
request
letsstreamit-frontend-service
Loading...
Axios instance for API requests