You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,9 @@ <h2 id="java">Java</h2>
122
122
GitHub v3 API. Builds are available in <ahref="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22">Maven Central</a>.</li>
123
123
<li>
124
124
<ahref="http://github-api.kohsuke.org/">GitHub API for Java (org.kohsuke.github)</a> defines an object oriented representation of the GitHub API.</li>
125
+
<li>
126
+
<ahref="http://github.jcabi.com">JCabi GitHub API</a> is based on Java7 JSON API (JSR-353), simplifies tests with a runtime GitHub stub, and
0 commit comments