Search
Preparing search index...
The search index is not available
wombo-dream-api
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
wombo-dream-api
<internal>
AxiosInstance
Interface AxiosInstance
Hierarchy
Axios
AxiosInstance
Callable
Axios
Instance
(
config
:
AxiosRequestConfig
<
any
>
)
:
AxiosPromise
<
any
>
Axios
Instance
(
url
:
string
, config
?:
AxiosRequestConfig
<
any
>
)
:
AxiosPromise
<
any
>
Parameters
config:
AxiosRequestConfig
<
any
>
Returns
AxiosPromise
<
any
>
Parameters
url:
string
Optional
config:
AxiosRequestConfig
<
any
>
Returns
AxiosPromise
<
any
>
Index
Properties
defaults
interceptors
Methods
delete
get
get
Uri
head
options
patch
post
put
request
Properties
defaults
defaults
:
AxiosDefaults
<
any
>
interceptors
interceptors
:
{
request
:
AxiosInterceptorManager
<
AxiosRequestConfig
<
any
>
>
;
response
:
AxiosInterceptorManager
<
AxiosResponse
<
any
,
any
>
>
}
Type declaration
request
:
AxiosInterceptorManager
<
AxiosRequestConfig
<
any
>
>
response
:
AxiosInterceptorManager
<
AxiosResponse
<
any
,
any
>
>
Methods
delete
delete
<
T
,
R
,
D
>
(
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
,
R
,
D
>
(
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
get
Uri
(
config
?:
AxiosRequestConfig
<
any
>
)
:
string
Parameters
Optional
config:
AxiosRequestConfig
<
any
>
Returns
string
head
head
<
T
,
R
,
D
>
(
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
,
R
,
D
>
(
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
,
R
,
D
>
(
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
,
R
,
D
>
(
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
,
R
,
D
>
(
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
,
R
,
D
>
(
config
:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
Exports
<internal>
Google
Authentifier
Types
Wombo
Dream
Axios
Instance
defaults
interceptors
delete
get
get
Uri
head
options
patch
post
put
request
Generated using
TypeDoc