uWaterloo / OpenData

Help and Support for University of Waterloo Open Data Initiative
https://api.uwaterloo.ca
90 stars 12 forks source link

Include location in the events feed #172

Closed ostruk closed 8 years ago

ostruk commented 8 years ago

Currently to get at which location the event is occurring, it is necessary to make a separate request to the events details end point. It would be useful to see at which location the event is occurring as part of the index of events:

https://api.uwaterloo.ca/v2/events/arts.json

Nate suggested to allow developers to select which fields they want to have included in the response.

Thanks!

KartikTalwar commented 8 years ago

Hey @ostruk, thanks for your feedback. Happy to announce that the events endpoint for a given site now includes the location object. The location key however will not be available for the global events feed: /events.json

ostruk commented 8 years ago

Thank you Kartik!