-
Notifications
You must be signed in to change notification settings - Fork 70
@liquality.bitcoin.<internal>.HttpClient
Krasimir Raykov edited this page Mar 30, 2022
·
1 revision
@liquality/bitcoin..HttpClient
• new HttpClient(config)
| Name | Type |
|---|---|
config |
AxiosRequestConfig<any> |
client/dist/lib/Http.d.ts:4
▸ nodeGet<I, O>(url, params?): Promise<O>
| Name | Type |
|---|---|
I |
any |
O |
any |
| Name | Type |
|---|---|
url |
string |
params? |
I |
Promise<O>
client/dist/lib/Http.d.ts:5
▸ nodePost<I, O>(url, data): Promise<O>
| Name | Type |
|---|---|
I |
any |
O |
any |
| Name | Type |
|---|---|
url |
string |
data |
I |
Promise<O>
client/dist/lib/Http.d.ts:6