makeHttpCallA(options: MakeHttpCallAOptions): Promise<Response>
A function that takes in an options object that is defined as a separate interface and makes an HTTP call.
Make sure to export the options type when using this pattern. Otherwise, TypeDoc will not document the options.
options: MakeHttpCallAOptions
A function that takes in an options object that is defined as a separate interface and makes an HTTP call.
Make sure to export the options type when using this pattern. Otherwise, TypeDoc will not document the options.