@@ -6,25 +6,41 @@ title: Libraries | GitHub API
66
77Libraries for accessing the GitHub API from your favorite language.
88
9+ ##ActionScript
10+
11+ * [ ActionScript GitHub API] [ as3 ]
12+
13+ [ as3 ] :https://github.com/cbrammer/api-github-as3
14+
15+ ##CSharp
16+
17+ * [ CSharp GitHub API] [ csharp ]
18+
19+ [ csharp ] :https://github.com/sgrassie/csharp-github-api
20+
21+ ##Erlang
22+
23+ * [ Erlang GitHub API] [ erlang ]
24+
25+ [ erlang ] :https://github.com/onlyshk/erlang-github-api
26+
27+ ##Haskell
28+
29+ * [ Haskell GitHub API] [ haskell ]
30+
31+ [ haskell ] :https://github.com/dmnpignaud/haskell-github-api
32+
933##Java
1034
1135The[ GitHub Java API] ( https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core ) library
1236is part of the[ GitHub Mylyn Connector] ( https://github.com/eclipse/egit-github ) and aims to support the entire
1337GitHub v3 API. Builds are available in[ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22 ) .
1438
15- ##Ruby
39+ ##Javascript
1640
17- * [ Octokit] [ octokit ]
18- * [ GitHub API Gem] [ ghapi ]
19- * [ Octocat Herder] [ herder ]
20- * [ GitHub v3 API] [ ruby1 ]
21- * [ GitHub API Client] [ ruby2 ]
41+ * [ NodeJS GitHub library] [ octonode ]
2242
23- [ octokit ] :https://github.com/pengwynn/octokit
24- [ herder ] :https://github.com/jhelwig/octocat_herder
25- [ ghapi ] :https://github.com/peter-murach/github
26- [ ruby1 ] :https://github.com/jwilger/github-v3-api
27- [ ruby2 ] :https://github.com/okonski/github-api-client
43+ [ octonode ] :https://github.com/pksunkara/octonode
2844
2945##Perl
3046
@@ -51,39 +67,23 @@ it is also available on the [CPAN][pithub-cpan].
5167
5268[ pygithub3-api ] :https://github.com/copitux/python-github3
5369
54- ##CSharp
70+ ##Ruby
5571
56- * [ CSharp GitHub API] [ csharp ]
72+ * [ Octokit] [ octokit ]
73+ * [ GitHub API Gem] [ ghapi ]
74+ * [ Octocat Herder] [ herder ]
75+ * [ GitHub v3 API] [ ruby1 ]
76+ * [ GitHub API Client] [ ruby2 ]
5777
58- [ csharp ] :https://github.com/sgrassie/csharp-github-api
78+ [ octokit ] :https://github.com/pengwynn/octokit
79+ [ herder ] :https://github.com/jhelwig/octocat_herder
80+ [ ghapi ] :https://github.com/peter-murach/github
81+ [ ruby1 ] :https://github.com/jwilger/github-v3-api
82+ [ ruby2 ] :https://github.com/okonski/github-api-client
5983
6084##Scala
6185
6286* [ Dispatch GitHub] [ scala ]
6387
6488[ scala ] :https://github.com/andreazevedo/dispatch-github
6589
66- ##Erlang
67-
68- * [ Erlang GitHub API] [ erlang ]
69-
70- [ erlang ] :https://github.com/onlyshk/erlang-github-api
71-
72- ##ActionScript
73-
74- * [ ActionScript GitHub API] [ as3 ]
75-
76- [ as3 ] :https://github.com/cbrammer/api-github-as3
77-
78- ##Haskell
79-
80- * [ Haskell GitHub API] [ haskell ]
81-
82- [ haskell ] :https://github.com/dmnpignaud/haskell-github-api
83-
84- ##Javascript
85-
86- * [ NodeJS GitHub library] [ octonode ]
87-
88- [ octonode ] :https://github.com/pksunkara/octonode
89-