@karmaniverous/jeeves-runner
    Preparing search index...

    Interface GatewayClientOptions

    Options for creating a Gateway client.

    interface GatewayClientOptions {
        timeoutMs?: number;
        token: string;
        url: string;
    }
    Index

    Properties

    Properties

    timeoutMs?: number

    Request timeout in milliseconds.

    token: string

    Bearer token for authentication.

    url: string

    Gateway base URL (e.g., http://127.0.0.1:18789).