Closed gopeter closed 11 years ago
As we don't have paging at the moment, a possibility to get the count of all events would be nice, because the client have to get all events to get the count.
e.g. /group/<ID>/event_count.json
/group/<ID>/event_count.json
I added count_only as param to /api/v1/group/:id/events.
count_only
/api/v1/group/:id/events
This is subject to change, because of the open "paging" issue.
As we don't have paging at the moment, a possibility to get the count of all events would be nice, because the client have to get all events to get the count.
e.g.
/group/<ID>/event_count.json