Skip to content
Snippets Groups Projects
Unverified Commit f0b68142 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

HAFAS: Add get_service wrapper

parent 07ab3f4e
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,12 @@ sub new {
return bless( \%opt, $class );
}
sub get_service {
my ( $self, $service ) = @_;
return Travel::Status::DE::HAFAS::get_service($service);
}
sub get_json_p {
my ( $self, $url, %opt ) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment