Do you need both endpoints, Events and Status? #23
schnuerle
started this conversation in
Data Specification
Replies: 1 comment
|
Per the discussions, it seems the working group is leaning toward:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Discuss the details of having two endpoints to the Events API: /events and /status.
GET /events would be a list of events by recency, therefore RT and historic. Query a source for their events.
GET /status would be the current state of curb usage, if available. Query a source for their current status.
All reactions