Unverified Commit f0b68142 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

HAFAS: Add get_service wrapper

parent 07ab3f4e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 ) = @_;