Preparing search index...
The search index is not available
StockEase Frontend API
StockEase Frontend API
services/apiClient
default
Function default
Configured Axios instance for API requests
default
<
T
,
R
,
D
>
(
config
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
default
<
T
,
R
,
D
>
(
url
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
Index
Properties
defaults
interceptors
Methods
create
delete
get
get
Uri
head
options
patch
patch
Form
post
post
Form
put
put
Form
request
Properties
defaults
defaults
:
Omit
<
AxiosDefaults
<
any
>
,
"headers"
>
&
{
headers
:
HeadersDefaults
&
{
[
key
:
string
]
:
AxiosHeaderValue
;
}
;
}
interceptors
interceptors
:
{
request
:
AxiosInterceptorManager
<
InternalAxiosRequestConfig
<
any
>
>
;
response
:
AxiosInterceptorManager
<
AxiosResponse
<
any
,
any
,
{}
>
>
;
}
Methods
create
create
(
config
?
)
:
AxiosInstance
Parameters
Optional
config
:
CreateAxiosDefaults
<
any
>
Returns
AxiosInstance
delete
delete
<
T
,
R
,
D
>
(
url
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
get
get
<
T
,
R
,
D
>
(
url
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
get
Uri
get
Uri
(
config
?
)
:
string
Parameters
Optional
config
:
AxiosRequestConfig
<
any
>
Returns
string
head
head
<
T
,
R
,
D
>
(
url
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
options
options
<
T
,
R
,
D
>
(
url
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
patch
patch
<
T
,
R
,
D
>
(
url
,
data
?
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
patch
Form
patch
Form
<
T
,
R
,
D
>
(
url
,
data
?
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
post
post
<
T
,
R
,
D
>
(
url
,
data
?
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
post
Form
post
Form
<
T
,
R
,
D
>
(
url
,
data
?
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
put
put
<
T
,
R
,
D
>
(
url
,
data
?
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
put
Form
put
Form
<
T
,
R
,
D
>
(
url
,
data
?
,
config
?
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
request
request
<
T
,
R
,
D
>
(
config
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
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
create
delete
get
get
Uri
head
options
patch
patch
Form
post
post
Form
put
put
Form
request
StockEase Frontend API
Loading...
Configured Axios instance for API requests