Preparing search index...
The search index is not available
@xylabs/sdk-js
@xylabs/sdk-js
AxiosJsonUncompressed
Class AxiosJsonUncompressed
Hierarchy
Axios
AxiosJsonUncompressed
Index
Constructors
constructor
Properties
defaults
interceptors
default
Logger?
Methods
delete
get
get
Uri
head
options
patch
patch
Form
post
post
Form
put
put
Form
request
final
Path
Constructors
constructor
new
Axios
Json
Uncompressed
(
config
?
)
:
AxiosJsonUncompressed
Parameters
Optional
config
:
RawAxiosJsonRequestUncompressedConfig
<
any
>
Returns
AxiosJsonUncompressed
Properties
defaults
defaults
:
AxiosDefaults
<
any
>
interceptors
interceptors
:
{
request
:
AxiosInterceptorManager
<
InternalAxiosRequestConfig
<
any
>
>
;
response
:
AxiosInterceptorManager
<
AxiosResponse
<
any
,
any
>
>
;
}
Static
Optional
default
Logger
default
Logger
?:
Logger
Methods
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
>
Static
final
Path
final
Path
(
response
)
:
any
Parameters
response
:
AxiosResponse
<
any
,
any
>
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
defaults
interceptors
default
Logger
Methods
delete
get
get
Uri
head
options
patch
patch
Form
post
post
Form
put
put
Form
request
final
Path
@xylabs/sdk-js
Loading...