node-opa
    Preparing search index...

    Type Alias QueryAPI

    type QueryAPI = {
        adhoc(
            query: string,
            input?: any,
            pretty?: boolean,
            explain?: "notes" | "fails" | "full" | "debug",
            metrics?: boolean,
        ): Promise<ExecuteAdHocQueryResponse>;
        default<T = any>(input: any, pretty?: boolean): Promise<T>;
    }
    Index

    Methods

    Methods