Methods
# async inner makeApiCall(url, method, payload, axiosRequestConfig) → {Promise.<object>}
Api request configuration
Parameters:
Name | Type | Default | Description |
---|---|---|---|
url |
string
|
request url |
|
method |
string
|
get | request method |
payload |
object
|
request data |
|
axiosRequestConfig |
AxiosRequestConfig
|
axiosRequestConfig |
response data
Promise.<object>