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

    Interface ObtainedKey

    interface ObtainedKey {
        key: string;
        sourceUrl: string;
        verified: boolean;
    }
    Index
    key: string

    The key, ready to put in API_KEY_ENV_VAR.

    sourceUrl: string

    Which source it came from, so callers can cite it.

    verified: boolean

    true = accepted by the live API; false = not checked.