Skip to content

Commit d8939ae

Browse files
committed
Modification Requested PR #376
1 parent 3725143 commit d8939ae

3 files changed

Lines changed: 4440 additions & 3837 deletions

File tree

content/rest/overview/libraries.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -24,92 +24,92 @@ versions:
2424

2525
### Clojure
2626

27-
Library name | Oficial Github Repository
27+
Library name | Repository
2828
|---|---|
2929
**Tentacles**| [Raynes/tentacles](https://github.com/Raynes/tentacles)
3030

3131
### Dart
3232

33-
Library name | Oficial Github Repository
33+
Library name | Repository
3434
|---|---|
3535
**github.dart** | [DirectMyFile/github.dart](https://github.com/DirectMyFile/github.dart)
3636

3737
### Emacs Lisp
3838

39-
Library name | Oficial Github Repository
39+
Library name | Repository
4040
|---|---|
4141
**gh.el** | [sigma/gh.el](https://github.com/sigma/gh.el)
4242

4343
### Erlang
4444

45-
Library name | Oficial Github Repository
45+
Library name | Repository
4646
|---|---|
4747
**octo-erl** | [sdepold/octo.erl](https://github.com/sdepold/octo.erl)
4848

4949
### Go
5050

51-
Library name | Oficial Github Repository
51+
Library name | Repository
5252
|---|---|
5353
**go-github**| [google/go-github](https://github.com/google/go-github)
5454

5555
### Haskell
5656

57-
Library name | Oficial Github Repository
57+
Library name | Repository
5858
|---|---|
5959
**haskell-github** | [fpco/Github](https://github.com/fpco/GitHub)
6060

6161
### Java
6262

63-
Library name | Oficial Github Repository | more informations
63+
Library name | Repository | more informations
6464
|---|---|---|
65-
**Github Java API**| [org.eclipse.egit.github.core](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core) | Is part of the [GitHub Mylyn Connector](https://github.com/eclipse/egit-github) and aims to support the entire GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22).
66-
**Github API for Java**| [org.kohsuke.github (From github-api)](http://github-api.kohsuke.org/)|defines an object oriented representation of the GitHub API.
67-
**JCabi Github API**|[github.jcabi.com (Personal Website)](http://github.jcabi.com)|is based on Java7 JSON API (JSR-353),simplifies tests with a runtime GitHub stub, and covers the entire API.
65+
**GitHub Java API**| [org.eclipse.egit.github.core](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core) | Is part of the [GitHub Mylyn Connector](https://github.com/eclipse/egit-github) and aims to support the entire GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22).
66+
**GitHub API for Java**| [org.kohsuke.github (From github-api)](http://github-api.kohsuke.org/)|defines an object oriented representation of the GitHub API.
67+
**JCabi GitHub API**|[github.jcabi.com (Personal Website)](http://github.jcabi.com)|is based on Java7 JSON API (JSR-353),simplifies tests with a runtime GitHub stub, and covers the entire API.
6868

6969
### JavaScript
7070

71-
Library name | Oficial Github Repository |
71+
Library name | Repository |
7272
|---|---|
73-
**NodeJS Github library**| [pksunkara/octonode](https://github.com/pksunkara/octonode)
73+
**NodeJS GitHub library**| [pksunkara/octonode](https://github.com/pksunkara/octonode)
7474
**gh3 client-side API v3 wrapper**| [k33g/gh3](https://github.com/k33g/gh3)
75-
**Github.js wrapper around the Github API**|[michael/github](https://github.com/michael/github)
75+
**Github.js wrapper around the GitHub API**|[michael/github](https://github.com/michael/github)
7676
**Promise-Based CoffeeScript library for the Browser or NodeJS**|[philschatz/github-client](https://github.com/philschatz/github-client)
7777

7878
### Julia
7979

80-
Library name | Oficial Github Repository |
80+
Library name | Repository |
8181
|---|---|
8282
**Github.jl**|[WestleyArgentum/Github.jl](https://github.com/WestleyArgentum/GitHub.jl)
8383

8484
### OCaml
8585

86-
Library name | Oficial Github Repository |
86+
Library name | Repository |
8787
|---|---|
8888
**ocaml-github**|[mirage/ocaml-github](https://github.com/mirage/ocaml-github)
8989

9090
### Perl
9191

92-
Library name | Oficial Github Repository | metacpan Website for the Library
92+
Library name | Repository | metacpan Website for the Library
9393
|---|---|---|
9494
**Pithub**|[plu/Pithub](https://github.com/plu/Pithub)|[Pithub CPAN](http://metacpan.org/module/Pithub)
9595
**Net::Github**|[fayland/perl-net-github](https://github.com/fayland/perl-net-github)|[Net:Github CPAN](https://metacpan.org/pod/Net::GitHub)
9696

9797
### PHP
9898

99-
Library name | Oficial Github Repository
99+
Library name | Repository
100100
|---|---|
101-
**Github PHP Client**|[tan-tan-kanarek/github-php-client](https://github.com/tan-tan-kanarek/github-php-client)
102-
**PHP Github API**|[KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api)
103-
**Github API**|[yiiext/github-api](https://github.com/yiiext/github-api)
104-
**Github Joomla! Package**|[joomla-framework/github-api](https://github.com/joomla-framework/github-api)
105-
**Github Nette Extension**|[kdyby/github](https://github.com/kdyby/github)
106-
**Github API Easy Access**|[milo/github-api](https://github.com/milo/github-api)
107-
**Github bridge for Laravel**|[GrahamCampbell/Laravel-Github](https://github.com/GrahamCampbell/Laravel-GitHub)
101+
**GitHub PHP Client**|[tan-tan-kanarek/github-php-client](https://github.com/tan-tan-kanarek/github-php-client)
102+
**PHP GitHub API**|[KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api)
103+
**GitHub API**|[yiiext/github-api](https://github.com/yiiext/github-api)
104+
**GitHub Joomla! Package**|[joomla-framework/github-api](https://github.com/joomla-framework/github-api)
105+
**GitHub Nette Extension**|[kdyby/github](https://github.com/kdyby/github)
106+
**GitHub API Easy Access**|[milo/github-api](https://github.com/milo/github-api)
107+
**GitHub bridge for Laravel**|[GrahamCampbell/Laravel-Github](https://github.com/GrahamCampbell/Laravel-GitHub)
108108
**PHP5.6 && PHP7 Client & WebHook wrapper**|[FlexyProject/GithubAPI](https://github.com/FlexyProject/GitHubAPI)
109109

110110
### Python
111111

112-
Library name | Oficial Github Repository
112+
Library name | Repository
113113
|---|---|
114114
**PyGithub**|[PyGithub/PyGithub](https://github.com/PyGithub/PyGithub)
115115
**libsaas**|[duckboard/libsaas](https://github.com/ducksboard/libsaas)
@@ -122,20 +122,20 @@ Library name | Oficial Github Repository
122122

123123
### Ruby
124124

125-
Library name | Oficial Github Repository
125+
Library name | Repository
126126
|---|---|
127-
**Github API Gem**|[peter-murach/github](https://github.com/peter-murach/github)
127+
**GitHub API Gem**|[peter-murach/github](https://github.com/peter-murach/github)
128128
**Ghee**|[rauhryan/ghee](https://github.com/rauhryan/ghee)
129129

130130
### Scala
131131

132-
Library name | Oficial Github Repository
132+
Library name | Repository
133133
|---|---|
134134
**Hubcat**|[softprops/hubcat](https://github.com/softprops/hubcat)
135135
**Github4s**|[47deg/github4s](https://github.com/47deg/github4s)
136136

137137
### Shell
138138

139-
Library name | Oficial Github Repository
139+
Library name | Repository
140140
|---|---|
141141
**ok.sh**|[whiteinge/ok.sh](https://github.com/whiteinge/ok.sh)

0 commit comments

Comments
 (0)