NAME
bundfr - CLI client for German Federal Government APIs (French)
VERSION
version 0.002
SYNOPSIS
# Liste de toutes les API disponibles
bundfr list
# Aide pour une API spécifique
bundfr info autobahn
bundfr autobahn
# Appeler des endpoints d'API
bundfr autobahn roads
bundfr pegel stations
bundfr tagesschau search Ukraine
# Changer le format de sortie
bundfr -o json autobahn roads
DESCRIPTION
bundfr est la variante française du client en ligne de commande bund pour les API du gouvernement fédéral allemand (bund.dev). Par défaut, elle affiche en français (lang=fr) tout en donnant accès aux mêmes 16 API publiques.
Pour la documentation complète, voir bund --help ou perldoc bund.
OPTIONS
- -o, --output format
-
Format de sortie:
template(défaut),json,yaml - --lang langue
-
Remplacer la langue:
fr(défaut pour bundfr),de,en,es,it,nl,pl - -h, --help
-
Afficher l'aide
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.