#1 - Oct. 19, 2013, 2:30 p.m.
This is for the events.json service. I would like to be able to call it once like this
https://api.guildwars2.com/v1/events.json?event_id=1&event_id=2&event_id=3…
instead of
https://api.guildwars2.com/v1/events.json?event_id=1
https://api.guildwars2.com/v1/events.json?event_id=2
https://api.guildwars2.com/v1/events.json?event_id=3
…
Alternatively (and perhaps even better) I would like to just filter on events that grant daily chests.
