Search
Preparing search index...
The search index is not available
Base JavaScript SDK
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"http/clients/AxiosHttpClient"
AxiosHttpClient
Class AxiosHttpClient
Hierarchy
AxiosHttpClient
Implements
HttpClientInterface
Index
Constructors
constructor
Properties
client
Methods
add
Header
del
get
get
Headers
patch
post
put
set
Headers
Constructors
constructor
new
Axios
Http
Client
(
client
:
AxiosInstance
)
:
AxiosHttpClient
Parameters
client:
AxiosInstance
Returns
AxiosHttpClient
Properties
client
client
:
AxiosInstance
Methods
add
Header
add
Header
(
key
:
string
, value
:
string
)
:
HttpClientInterface
Parameters
key:
string
value:
string
Returns
HttpClientInterface
del
del
(
url
:
string
, params
:
object
)
:
Promise
<
any
>
Parameters
url:
string
params:
object
Returns
Promise
<
any
>
get
get
(
url
:
string
, params
:
object
)
:
Promise
<
any
>
Parameters
url:
string
params:
object
Returns
Promise
<
any
>
get
Headers
get
Headers
(
)
:
object
Returns
object
patch
patch
(
url
:
string
, params
:
object
)
:
Promise
<
any
>
Parameters
url:
string
params:
object
Returns
Promise
<
any
>
post
post
(
url
:
string
, params
:
object
)
:
Promise
<
any
>
Parameters
url:
string
params:
object
Returns
Promise
<
any
>
put
put
(
url
:
string
, params
:
object
)
:
Promise
<
any
>
Parameters
url:
string
params:
object
Returns
Promise
<
any
>
set
Headers
set
Headers
(
headers
:
object
)
:
HttpClientInterface
Parameters
headers:
object
Returns
HttpClientInterface
Globals
"http/clients/
Axios
Http
Client"
Axios
Http
Client
constructor
client
add
Header
del
get
get
Headers
patch
post
put
set
Headers