Kohsuke Kawaguchi acbf286e59 Massaged the changes
- Restored binary compatibility. The draft API has changed in some
  significant way when it became public, and the PR took the liberty to
  delete removed constants and method signatures. I brought them back so
  that older clients can keep functioning.

- Introduced a builder pattern to create PR review

- replying to a review comment should be an instance method, not a
  static method.

- GHPullRequestReview and GHPullRequestReviewDraft was not making sense
  to me, since GitHub API doesn't differentiate them. It creates a
  practical problem of not being able to submit a review comment unless
  you created the review comment in the same JVM session. That said, I
  don't understand the point of this two phase approach in the GitHub
  API to begin with!
2018-01-13 09:43:44 -08:00
2018-01-13 09:43:44 -08: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%