• Internal helper that performs a GET request to \${baseURL}\${path}, injecting headers for apiKey or bearerToken if present. Returns the parsed JSON as T, or throws an Error.

    Type Parameters

    • T

    Parameters

    • path: string

    Returns Promise<T>