@@ -6,25 +6,41 @@ title: Libraries | GitHub API
6
6
7
7
Libraries for accessing the GitHub API from your favorite language.
8
8
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
+
9
33
##Java
10
34
11
35
The[ GitHub Java API] ( https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core ) library
12
36
is part of the[ GitHub Mylyn Connector] ( https://github.com/eclipse/egit-github ) and aims to support the entire
13
37
GitHub v3 API. Builds are available in[ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22 ) .
14
38
15
- ##Ruby
39
+ ##Javascript
16
40
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 ]
22
42
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
28
44
29
45
##Perl
30
46
@@ -51,39 +67,23 @@ it is also available on the [CPAN][pithub-cpan].
51
67
52
68
[ pygithub3-api ] :https://github.com/copitux/python-github3
53
69
54
- ##CSharp
70
+ ##Ruby
55
71
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 ]
57
77
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
59
83
60
84
##Scala
61
85
62
86
* [ Dispatch GitHub] [ scala ]
63
87
64
88
[ scala ] :https://github.com/andreazevedo/dispatch-github
65
89
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
-