Github responses json is not used efficiently
Open
- Dominant language
- Java
- Stars
- 307
- Forks
- 144
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
Github API json responses may contain a lot of information, e.g. issue response has all issue labels and milestones (https://api.github.com/repos/jcabi/jcabi-github/issues/1), but instead of read it from json `RtIssue` make additional requests to Github API to fetch labels or milestones. It may be a cause of https://github.com/zerocracy/farm/issues/813 bug
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.