Preparing search index...
The search index is not available
server
server
utils/axios
httpOrders
Function httpOrders
Connection with the orders microservice
httpOrders
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
config
:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
>
D
=
any
Parameters
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
httpOrders
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
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
delete
delete
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
get
Uri
getUri
(
config
?:
AxiosRequestConfig
<
any
>
)
:
string
Parameters
Optional
config
:
AxiosRequestConfig
<
any
>
Returns
string
head
head
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
patchForm
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
postForm
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
putForm
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
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
=
any
,
R
=
AxiosResponse
<
T
,
any
>
,
D
=
any
>
(
config
:
AxiosRequestConfig
<
D
>
,
)
:
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
delete
get
get
Uri
head
options
patch
patch
Form
post
post
Form
put
put
Form
request
server
Loading...
Connection with the orders microservice