@cfwest/common
Install using
npm install @cfwest/common
You can access these members by importing the module:
import { member } from '@cfwest/common';
HttpClient
class
HttpClient
No docs provided
constructor
function
(
)
:
any
No docs provided
async get (...)
async
function get
<
T
>
(
url
:
string
,
options
?
:
AxiosRequestConfig
)
:
Promise<T | undefined>
No docs provided