Introduce an Events API
* Meld the following disparate endpoints:
* `/projects/:id/events`
* `/events`
* `/users/:id/events`
+ Add result filtering to the above endpoints:
* action
* target_type
* before and after dates
Showing
app/finders/events_finder.rb
0 → 100644
doc/api/events.md
0 → 100644
This diff is collapsed.
Click to expand it.
lib/api/events.rb
0 → 100644
spec/finders/events_finder_spec.rb
0 → 100644
spec/requests/api/events_spec.rb
0 → 100644
Please
register
or
sign in
to comment