Function makeHttpCallA

  • 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.

    Parameters

    Returns Promise<Response>