Module gtfs_server::routes::api::times[][src]

/times related routes

Statics

static_rocket_route_info_for_times_by_trip

Rocket code generated static route information structure.

static_rocket_route_info_for_times_query

Rocket code generated static route information structure.

static_rocket_route_info_for_times_stop

Rocket code generated static route information structure.

static_rocket_route_info_for_times_stop_query

Rocket code generated static route information structure.

Functions

get_times_by_trip
times_by_trip

/times/by-trip/<trip_uid>
Gets the Times associated to the specified Trip UID, parametrized as <trip_id>.
Returns a ResultArray <Time>

times_query
times_stop

/times/by-stop/<stop_id>
Gets the Times associated to the specified Stop UID, parametrized as <stop_id>.
Returns a ResultArray <Time>

times_stop_query

/times/by-stop/<stop_id>?<time_search>
Gets the Times associated to the specified Stop UID, parametrized as <stop_id>.
The results can be filtered with <time_search> parameters (check TimeSearch)
Returns a ResultArray <Time>