Github github = new RtGithub(oauthKey); int found = github.entry() .uri().path("/search/repositories").back() .method(Request.GET) .as(JsonResponse.class) .getJsonObject() .getNumber("total_count") .intValue();
@author Yegor Bugayenko (yegor@tpc2.com)
@version $Id$
@since 0.1
| |
| |
| |
| |
| |