Event misleading/incorrect
Open
bug
DEV
- Dominant language
- Java
- Stars
- 307
- Forks
- 144
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
In the documentation of `Repo.events()` it states that it `Get all events for the repository.` When looking into the source-code, the events in jcabi are retrieved from `/repos/:owner/:repo/issues/events`, which as the name implies only gets the issue-events in the repository. To get the actual `all events for the repository` the url `/repos/:owner/:repo/events` should be used.
https://developer.github.com/v3/activity/events/#list-repository-events
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.