seyfert
    Preparing search index...

    Interface ApiHandlerOptions

    interface ApiHandlerOptions {
        agent?: string;
        baseUrl?: string;
        debug?: boolean;
        domain?: string;
        smartBucket?: boolean;
        token: string;
        type?: "Bearer" | "Bot";
        workerProxy?: boolean;
    }
    Index

    Properties

    agent?: string
    baseUrl?: string
    debug?: boolean
    domain?: string
    smartBucket?: boolean
    token: string
    type?: "Bearer" | "Bot"
    workerProxy?: boolean