Function gtfs_server::routes::api::times::times_stop[][src]

pub fn times_stop(
    rh: State<RoutesHandler>,
    stop_id: String
) -> Json<ResultArray<Time>>

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