jcabi-github
jcabi-github copied to clipboard
Java Object-Oriented Wrapper of GitHub API, with a fake implementation of the entire GitHub API (for your tests)
``` 2019-07-30 15:55:35.319 INFO --- [ main] com.jcabi.http.request.BaseRequest : #fetch(GET myghehost /api/v3/users): [200 OK] in 1s 2019-07-30 15:55:35.568 INFO --- [ main] com.jcabi.http.request.BaseRequest : #fetch(GET myghehost /api/v3/users/1): [404 Not Found]...
In some projects, the releases are represented b tags only (eg. jhy/jsoup). for more info see https://github.com/bcit-ci/CodeIgniter/issues/3421. In these examples, the releases are empty. as stated, the (unreliable) way to...
Github API returns `null` as `name` JSON field if user doesn't have a name, but `User.Smart#hasName` implementation doesn't check it: ```java public boolean hasName() throws IOException { return this.json().containsKey("name"); }...
Is there any plan to support the new v3 Checks API? https://developer.github.com/v3/checks/
After I get a `RepoCommit `object by `RepoCommit.Smart smt = new RepoCommit.Smart(commit);` I want to get the Zip file of the commit via` smt.sha()` and download the file from GitHub....
I am trying to get information for GitHub users, namely email addresses. When using a User.Smart object, calling the email() and bio() functions fail with a ClassCastException shown below: ```...
The puzzle `1490-7b753dc7` from #1490 has to be resolved: https://github.com/jcabi/jcabi-github/blob/6747249f898318148bc1a46596a95945a7789749/src/test/java/com/jcabi/github/RtStatusesTest.java#L60-L61 The puzzle was created by Paulo Lobo on 10-Feb-19. If you have any technical questions, don't ask me, submit new...
The puzzle `1469-93fe85c7` from #1469 has to be resolved: https://github.com/jcabi/jcabi-github/blob/2ce81e403cb31bb99dd87575a534e2b237532386/src/main/java/com/jcabi/github/Reaction.java#L48-L51 The puzzle was created by Paulo Lobo on 15-Jan-19. If you have any technical questions, don't ask me, submit new...
The puzzle `1462-43294d01` from #1462 has to be resolved: https://github.com/jcabi/jcabi-github/blob/e4a1b0d438765a0253747071d525839aa421f1a5/src/main/java/com/jcabi/github/Issue.java#L61-L65 The puzzle was created by Paulo Lobo on 02-Jan-19. If you have any technical questions, don't ask me, submit new...
Hello did you know if jcabi-github work on Android?