NAME

WWW::Bund::CLI::Cmd::Autobahn - Autobahn App API commands

VERSION

version 0.001

SYNOPSIS

bund autobahn                     # Show help
bund autobahn roads               # List all Autobahn roads
bund autobahn roadworks A7        # Roadworks on A7
bund autobahn webcams A7          # Webcams on A7
bund autobahn warnings A7         # Warnings on A7
bund autobahn closures A7         # Closures on A7
bund autobahn charging-stations A7
bund autobahn parking-lorries A7

DESCRIPTION

CLI commands for the Autobahn App API (traffic, roadworks, webcams, warnings, charging stations). Uses WWW::Bund::CLI::Role::APICommand for dispatch.

See WWW::Bund::API::Autobahn for library interface.

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.