@maschinenlesbar.org/dip-bundestag-cli
    Preparing search index...

    Interface ObtainKeyOptions

    interface ObtainKeyOptions {
        baseUrl?: string;
        sourceUrl?: string;
        timeoutMs?: number;
        transport?: Transport;
        userAgent?: string;
        verify?: boolean;
    }
    Index
    baseUrl?: string

    API base URL used for the verification request.

    sourceUrl?: string

    Pin a single source document (tests, mirrors) instead of trying each in turn.

    timeoutMs?: number
    transport?: Transport

    Injectable transport; defaults to the built-in node:http/https one.

    userAgent?: string
    verify?: boolean

    Check the candidate against the live API before returning it (default true).