diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-04 13:29:48 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-04 13:29:48 +0200 |
commit | 25ed7e0b7566becc0f3898e7dcfd67c011e4b007 (patch) | |
tree | 8f1ab9f882af0f1a39e32d1b024c52ff5d2ea11d | |
parent | e7156affaff609078ae25efb4ba5d3a3b3473c20 (diff) |
endpoint definitions: credit where credit is due
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index b0b20db..da7f5d4 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -25,6 +25,11 @@ our $VERSION = '6.00'; # {{{ Endpoint Definition +# Most of these have been adapted from +# <https://github.com/public-transport/transport-apis> and +# <https://github.com/public-transport/hafas-client/tree/main/p>. +# Many thanks to Jannis R / @derhuerst and all contributors for maintaining +# these resources. my %hafas_instance = ( AVV => { stopfinder => 'https://auskunft.avv.de/bin/ajax-getstop.exe', |