You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provider/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ Trips that start or end at a [Stop][stops] must include a `stop_id` property in
249
249
250
250
The `/events/recent` and `/events/historical/` endpoints return a list of Event objects, describing the activity of the Provider's vehicles. Recent events are at most two weeks old and can be queried with start/stop time, and historical events are packaged in hour-sized chunks for ease of implementation.
251
251
252
-
(?) This distinction is a holdover from MDS 1.x. Dramatic simplification of the query is meant to make cold storage by hourly chunks trivial without a database. We should ask Providers if that has been a concern in practice.
252
+
(?) This distinction is a holdover from MDS 1.x. Dramatic simplification of the query is meant to make cold storage by hourly chunks trivial without a database. We should ask Providers if that has been a concern in practice. Alternatively they could be the same endpoint with different parameters.
253
253
254
254
Unless stated otherwise by the municipality, this endpoint must return only those status changes with a `event_location` that [intersects](#intersection-operation) with the [municipality boundary](#municipality-boundary).
0 commit comments