Matt Mitchell 9f5a6ee549 Implement an abuse handler
If too many requests are made within X amount of time (not the traditional hourly rate limit), github may begin returning 403.  Then we should wait for a bit to attempt to access the API again.  In this case, we parse out the Retry-After field returned and sleep until that (it's usually 60 seconds)
2016-07-22 13:16:12 -07:00
2016-07-22 13:16:12 -07:00
2013-01-06 04:06:55 +01:00
2014-04-02 09:31:02 -07:00
2012-05-21 22:16:09 -07:00

Java API for GitHub

See http://github-api.kohsuke.org/ for more details
Description
No description provided
Readme 35 MiB
Languages
Java 100%