getHttp
getHttp(
url
,config
?):Promise
<HttpResponse
>
Make a GET call to a remote HTTP[S] endpoint
Parameters
• url: string
• config?: HttpConfig
Returns
Promise
<HttpResponse
>
Generated using typedoc-plugin-markdown and TypeDoc
getHttp(
url
,config
?):Promise
<HttpResponse
>
Make a GET call to a remote HTTP[S] endpoint
• url: string
• config?: HttpConfig
Promise
<HttpResponse
>
Generated using typedoc-plugin-markdown and TypeDoc