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)
RtReleaseAssets upload use a static uri uri: "https://uploads.github.com" `this.request.uri().set(URI.create("https://uploads.github.com"))` It should leverage the `upload_url` in the repository github response.
I get this error when I'm trying to create an object of `RtGithub` class. Like this : `val rep = RtGithub("...token...")` Here's the log: **`Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/client/methods/HttpEntityEnclosingRequestBase...
Github introduced draft pull requestssome time ago: https://github.blog/2019-02-14-introducing-draft-pull-requests/. This allows to create PRs in a draft status, indicating that they are not ready for review yet. We need to provide...
For #1526: - added `SmartPull.isDraft` method, which returns a pull request draft state - added test to the method
```java final Github github = new RtGithub( "", URI.create("https://github.mydomain.com") ) ``` What is it? I cannot read and understand this code.
Let's publish coverage data to `coveralls.io`, using `coveralls-maven-plugin`. This is how it was done in Takes: yegor256/takes#384 The secret token should come as a parameter
Classes such as RtRepos and RtIssues are hardcoding their root paths (/repos and /issues respectively) in all of their methods. These root paths should be set in the constructor to...
This request is a correction to a previous one that had extra code and missed annotations. see #1513
Changes: * Repo: add method to fetch all the invitees. * User: add method to fetch invitations to a repo and method to accept invitations.
I've searched for the docs in the Readme.md and in the javadoc (https://www.javadoc.io/doc/com.jcabi/jcabi-github/1.0)