Skip to content

Commit 2cbf5bc

Browse files
committed
Merge pull request github#273 from jdubois/master
Add http://github-api.kohsuke.org, a new client library for Java.
2 parents 485c75a + cf65be3 commit 2cbf5bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/v3/libraries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ Libraries for accessing the GitHub API from your favorite language.
5656

5757
## Java
5858

59-
The [GitHub Java API](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core) library
59+
* The [GitHub Java API (org.eclipse.egit.github.core)](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core) library
6060
is part of the [GitHub Mylyn Connector](https://github.com/eclipse/egit-github) and aims to support the entire
6161
GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22).
62+
* [GitHub API for Java (org.kohsuke.github)](http://github-api.kohsuke.org/) defines an object oriented representation of the GitHub API.
6263

6364
## JavaScript
6465

0 commit comments

Comments
 (0)