QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface RequestOptions

    interface RequestOptions {
        body?: unknown;
        dbid?: string;
        headers?: Record<string, string>;
        method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
        path: string;
        query?: Record<string, string | number | boolean | undefined>;
    }
    Index

    Properties

    body?: unknown
    dbid?: string

    Database ID for temp token auth

    headers?: Record<string, string>

    Custom headers

    method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH"
    path: string
    query?: Record<string, string | number | boolean | undefined>