NAME

bundpl - CLI client for German Federal Government APIs (Polish)

VERSION

version 0.002

SYNOPSIS

# Lista wszystkich dostępnych API
bundpl list

# Pomoc dla konkretnego API
bundpl info autobahn
bundpl autobahn

# Wywoływanie punktów końcowych API
bundpl autobahn roads
bundpl pegel stations
bundpl tagesschau search Ukraina

# Zmiana formatu wyjścia
bundpl -o json autobahn roads

DESCRIPTION

bundpl to polska wersja klienta wiersza poleceń bund dla niemieckich rządowych API (bund.dev). Domyślnie wyświetla po polsku (lang=pl), zapewniając dostęp do tych samych 16 publicznych API.

Pełna dokumentacja w bund --help lub perldoc bund.

OPTIONS

-o, --output format

Format wyjścia: template (domyślny), json, yaml

--lang język

Zmiana języka: pl (domyślny dla bundpl), de, en, fr, es, it, nl

-h, --help

Pokaż pomoc

SEE ALSO

bund, WWW::Bund, https://bund.dev

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-bund/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.