Function gtfs_server::routes::api::times::times_by_trip [−][src]
pub fn times_by_trip(
rh: State<RoutesHandler>,
trip_uid: String
) -> Json<ResultArray<Time>>
/times/by-trip/<trip_uid>
Gets the Times associated
to the specified Trip UID, parametrized as <trip_id>.
Returns a ResultArray
<Time>