Function get

  • Makes a get request to the backend.

    Parameters

    • apiPath: string

      The path to post to. Should generally include a leading slash.

    • query: Record<string, string> = {}

    Returns Promise<any>

Generated using TypeDoc