@maschinenlesbar.org/regionalstatistik-cli
    Preparing search index...

    Interface WhoamiResponse

    helloworld/whoami — needs no auth; the ideal first connectivity check. User-IP is optional: the live regionalstatistik.de endpoint returns only User-Agent.

    interface WhoamiResponse {
        "User-Agent": string;
        "User-IP"?: string;
    }
    Index
    "User-Agent": string
    "User-IP"?: string