Gets info from a given Official API endpoint.
If endpoint is an empty string or not provided, it will get the base v3/aurora endpoint.

  • Type Parameters

    • TBody

    Parameters

    • endpoint: string = ''

      The endpoint not including the domain, e.g: "lists/nations"

    • Optionalbody: RequestBodyV3<TBody>

    Returns Promise<any>