summaryrefslogtreecommitdiff
path: root/lib/api/events.rb
Commit message (Collapse)AuthorAgeFilesLines
* Accept a username for User-level Events APIMark Fletcher2017-06-061-2/+2
|
* Introduce an Events APIMark Fletcher2017-06-061-0/+86
* 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