Skip to content

API: Events paginate

username-removed-51017 requested to merge (removed):events-paginate into master

Updated the api method for /project/:id/events, to use the paginate method instead of limiting and offsetting the recent events in the method itself.

This will also change the first page to be 1 instead of 0, but using 0 will still work and will give back the first page. This also add's the link headers (next/first/last).

Merge request reports