Befehle

Alle Befehle, Argumente und Optionen von fit-connect 0.0.6, direkt aus der CLI gelesen.

Die Beschreibungen der Befehle, Argumente und Optionen stammen direkt aus der CLI und sind englisch.

Globale Optionen

Diese Optionen gelten für jeden Befehl.

OptionBeschreibungStandard
-v, --version output the version number
--base-url <url> API base URL https://routing-api-prod.fit-connect.fitko.net
--api-version <version> Routing API version: v1 or v2 v2
--timeout <ms> time limit per request in milliseconds, whole response included (0 disables)
--user-agent <ua> User-Agent header value (blank falls back to default; some values are blocked by the API)
--max-retries <n> retries for transient 429/503 responses
--max-response-bytes <n> cap response body size in bytes (0 = unlimited; default 100 MiB)
--compact print JSON on a single line instead of pretty-printed

fit-connect routes

Find the responsible authority (Zustellpunkt) for a public service in an area. Provide exactly one area selector: --ags, --ars or --area-id.

fit-connect routes [options] <leikaKey>

Argumente

<leikaKey> erforderlich

Optionen

OptionBeschreibungStandard
--ags <ags> Amtlicher Gemeindeschlüssel of the place (8 digits)
--ars <ars> Amtlicher Regionalschlüssel of the area (12 digits)
--area-id <id> Area id (from `fit-connect areas`)
--offset <n> start offset into the result set (default 0)
--limit <n> page size, 1..500 (default 100)

fit-connect areas

Search areas by name and/or postal code. Supports the `*` wildcard, e.g. `areas "Mag*"`. Terms are split into words on spaces and punctuation, and every word must match the same area. Use a result's id as --area-id for `fit-connect routes`.

fit-connect areas [options] <query...>

Argumente

<query…> erforderlich

Optionen

OptionBeschreibungStandard
--offset <n> start offset into the result set (default 0)
--limit <n> page size, 1..500 (default 100)

fit-connect info

Show the version of the deployed Routing API instance

fit-connect info [options]