-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.client.HttpClient
Krasimir Raykov edited this page Mar 30, 2022
·
3 revisions
@liquality/client.HttpClient
• new HttpClient(config
)
Name | Type |
---|---|
config |
AxiosRequestConfig <any > |
▸ nodeGet<I
, O
>(url
, params?
): Promise
<O
>
Name | Type |
---|---|
I |
any |
O |
any |
Name | Type |
---|---|
url |
string |
params |
I |
Promise
<O
>
▸ nodePost<I
, O
>(url
, data
): Promise
<O
>
Name | Type |
---|---|
I |
any |
O |
any |
Name | Type |
---|---|
url |
string |
data |
I |
Promise
<O
>