CompassSoftware / CompassSoftware/GDET-Tremendous-Trio
Handle situation where API abuse limit is hit
Open
Difficulty: 11
- Dominant language
- Java
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we silently handle `java.io.IOException`, mostly by returning `null` or empty objects. We should instead make use of `org.kohsuke.github.AbuseLimitHandler`, documented [here](http://github-api.kohsuke.org/apidocs/org/kohsuke/github/AbuseLimitHandler.html).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.