8000 add basic list of libraries that consume the v3 api · bguthrie/developer.github.com@11b75dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 11b75dd

Browse files
committed
add basic list of libraries that consume the v3 api
1 parent 6c3a361 commit 11b75dd

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

content/v3/libraries.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ The [GitHub Java API](https://github.com/eclipse/egit-github/tree/master/org.ecl
1212
is part of the [GitHub Mylyn Connector](https://github.com/eclipse/egit-github) and aims to support the entire
1313
GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22).
1414

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+
1527
## Perl
1628

1729
The [Pithub][pithub-github] library for Perl provides an interface
@@ -20,3 +32,37 @@ it is also available on the [CPAN][pithub-cpan].
2032

2133
[pithub-github]: https://github.com/plu/Pithub
2234
[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

0 commit comments

Comments
 (0)
0