@@ -12,6 +12,18 @@ The [GitHub Java API](https://github.com/eclipse/egit-github/tree/master/org.ecl
12
12
is part of the[ GitHub Mylyn Connector] ( https://github.com/eclipse/egit-github ) and aims to support the entire
13
13
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
14
15
+ ##Ruby
16
+
17
+ * [ Octokit] [ octokit ]
18
+ * [ Octocat Herder] [ herder ]
19
+ * [ GitHub v3 API] [ ruby1 ]
20
+ * [ GitHub API Client] [ ruby2 ]
21
+
22
+ [ octokit ] :https://github.com/pengwynn/octokit
23
+ [ herder ] :https://github.com/jhelwig/octocat_herder
24
+ [ ruby1 ] :https://github.com/jwilger/github-v3-api
25
+ [ ruby2 ] :https://github.com/okonski/github-api-client
26
+
15
27
##Perl
16
28
17
29
The[ Pithub] [ pithub-github ] library for Perl provides an interface
@@ -20,3 +32,37 @@ it is also available on the [CPAN][pithub-cpan].
20
32
21
33
[ pithub-github ] :https://github.com/plu/Pithub
22
34
[ pithub-cpan ] :http://metacpan.org/module/Pithub
35
+
36
+ ##PHP
37
+
38
+ * [ GitHub API] [ github-api ]
39
+ * [ PHP GitHub API] [ php-github-api ]
40
+ * [ GitHub Kohana Module] [ kohana ]
41
+
42
+ [ github-api ] :https://github.com/yiiext/github-api
43
+ [ php-github-api ] :https://github.com/ornicar/php-github-api
44
+ [ kohana ] :https://github.com/acoulton/github_v3_api
45
+
46
+ ##CSharp
47
+
48
+ * [ CSharp GitHub API] [ csharp ]
49
+
50
+ [ csharp ] :https://github.com/sgrassie/csharp-github-api
51
+
52
+ ##Erlang
53
+
54
+ * [ Erlang GitHub API] [ erlang ]
55
+
56
+ [ erlang ] :https://github.com/onlyshk/erlang-github-api
57
+
58
+ ##ActionScript
59
+
60
+ * [ ActionScript GitHub API] [ as3 ]
61
+
62
+ [ as3 ] :https://github.com/cbrammer/api-github-as3
63
+
64
+ ##Haskell
65
+
66
+ * [ Haskell GitHub API] [ haskell ]
67
+
68
+ [ haskell ] :https://github.com/dmnpignaud/haskell-github-api