We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@liquality/client.HttpClient
• new HttpClient(config)
config
AxiosRequestConfig
any
client/lib/Http.ts:6
▸ nodeGet<I, O>(url, params?): Promise<O>
I
O
url
params?
Promise
string
params
Promise<O>
client/lib/Http.ts:10
▸ nodePost<I, O>(url, data): Promise<O>
data
client/lib/Http.ts:15