NAME
bundit - CLI client for German Federal Government APIs (Italian)
VERSION
version 0.002
SYNOPSIS
# Elenco di tutte le API disponibili
bundit list
# Aiuto per un'API specifica
bundit info autobahn
bundit autobahn
# Chiamare endpoint API
bundit autobahn roads
bundit pegel stations
bundit tagesschau search Ucraina
# Cambiare formato di output
bundit -o json autobahn roads
DESCRIPTION
bundit è la variante italiana del client da riga di comando bund per le API del governo federale tedesco (bund.dev). Per impostazione predefinita visualizza in italiano (lang=it) fornendo accesso alle stesse 16 API pubbliche.
Per la documentazione completa, vedere bund --help o perldoc bund.
OPTIONS
- -o, --output formato
-
Formato di output:
template(predefinito),json,yaml - --lang lingua
-
Cambiare lingua:
it(predefinito per bundit),de,en,fr,es,nl,pl - -h, --help
-
Mostrare aiuto
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.