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

    • TQuery

    Parameters

    • Optionalendpoint: string

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

    • Optionalbody: RequestBodyV3<TQuery>

    Returns Promise<any>