зеркало из https://github.com/github/docs.git
Update API Libraries information
This commit is contained in:
Родитель
6da14f22d5
Коммит
49bdef59ea
|
@ -11,13 +11,12 @@ versions:
|
|||
|
||||
<div class="jumbotron libraries-jumbotron">
|
||||
<img src="/assets/images/gundamcat.png" class="gundamcat" alt="The Gundamcat" />
|
||||
<h1>Octokit comes in<br />
|
||||
many flavors</h1>
|
||||
<h1>Octokit comes in many flavors</h1>
|
||||
<p class="lead">Use the official Octokit library, or choose between any of the available third party libraries.</p>
|
||||
<div class="octokit-links">
|
||||
<div class="octokit-language"><span>Ruby</span> <a href="https://github.com/octokit/octokit.rb">octokit.rb</a></div>
|
||||
<div class="octokit-language"><span>.NET</span> <a href="https://github.com/octokit/octokit.net">octokit.net</a></div>
|
||||
<div class="octokit-language"><span>JavaScript</span> <a href="https://github.com/octokit/rest.js">octokit/rest.js</a></div>
|
||||
<div class="octokit-links"><br/>
|
||||
<div class="octokit-language"> <span><code style="color: red">Ruby</code> → </span><a href="https://github.com/octokit/octokit.rb">octokit.rb</a></div><br/>
|
||||
<div class="octokit-language"><span><code style="color: blue">.NET</code> → </span> <a href="https://github.com/octokit/octokit.net">octokit.net</a></div><br/>
|
||||
<div class="octokit-language"><span><code style="color: gold">JavaScript</code> → </span> <a href="https://github.com/octokit/rest.js">octokit/rest.js</a></div><br/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -25,141 +24,118 @@ versions:
|
|||
|
||||
### Clojure
|
||||
|
||||
* [Tentacles][tentacles]
|
||||
|
||||
[tentacles]: https://github.com/Raynes/tentacles
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**Tentacles**| [Raynes/tentacles](https://github.com/Raynes/tentacles)
|
||||
|
||||
### Dart
|
||||
|
||||
* [github.dart][github.dart]
|
||||
|
||||
[github.dart]: https://github.com/DirectMyFile/github.dart
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**github.dart** | [DirectMyFile/github.dart](https://github.com/DirectMyFile/github.dart)
|
||||
|
||||
### Emacs Lisp
|
||||
|
||||
* [gh.el][gh.el]
|
||||
|
||||
[gh.el]: https://github.com/sigma/gh.el
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**gh.el** | [sigma/gh.el](https://github.com/sigma/gh.el)
|
||||
|
||||
### Erlang
|
||||
|
||||
* [octo.erl][octo-erl]
|
||||
|
||||
[octo-erl]: https://github.com/sdepold/octo.erl
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**octo-erl** | [sdepold/octo.erl](https://github.com/sdepold/octo.erl)
|
||||
|
||||
### Go
|
||||
|
||||
* [go-github][]
|
||||
|
||||
[go-github]: https://github.com/google/go-github
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**go-github**| [google/go-github](https://github.com/google/go-github)
|
||||
|
||||
### Haskell
|
||||
|
||||
* [github][haskell-github]
|
||||
|
||||
[haskell-github]: https://github.com/fpco/GitHub
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**haskell-github** | [fpco/Github](https://github.com/fpco/GitHub)
|
||||
|
||||
### Java
|
||||
|
||||
* The [GitHub Java API (org.eclipse.egit.github.core)](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core) library
|
||||
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).
|
||||
* [GitHub API for Java (org.kohsuke.github)](http://github-api.kohsuke.org/) defines an object oriented representation of the GitHub API.
|
||||
* [JCabi GitHub API](http://github.jcabi.com) is based on Java7 JSON API (JSR-353), simplifies tests with a runtime GitHub stub, and
|
||||
covers the entire API.
|
||||
Library name | Oficial Github Repository | more informations
|
||||
|---|---|---|
|
||||
**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).
|
||||
**Github API for Java**| [org.kohsuke.github (From github-api)](http://github-api.kohsuke.org/)|defines an object oriented representation of the GitHub API.
|
||||
**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.
|
||||
|
||||
### JavaScript
|
||||
|
||||
* [NodeJS GitHub library][octonode]
|
||||
* [gh3 client-side API v3 wrapper][gh3]
|
||||
* [GitHub.js wrapper around the GitHub API][github]
|
||||
* [Promise-Based CoffeeScript library for the browser or NodeJS][github-client]
|
||||
|
||||
[octonode]: https://github.com/pksunkara/octonode
|
||||
[gh3]: https://github.com/k33g/gh3
|
||||
[github]: https://github.com/michael/github
|
||||
[github-client]: https://github.com/philschatz/github-client
|
||||
Library name | Oficial Github Repository |
|
||||
|---|---|
|
||||
**NodeJS Github library**| [pksunkara/octonode](https://github.com/pksunkara/octonode)
|
||||
**gh3 client-side API v3 wrapper**| [k33g/gh3](https://github.com/k33g/gh3)
|
||||
**Github.js wrapper around the Github API**|[michael/github](https://github.com/michael/github)
|
||||
**Promise-Based CoffeeScript library for the Browser or NodeJS**|[philschatz/github-client](https://github.com/philschatz/github-client)
|
||||
|
||||
### Julia
|
||||
|
||||
* [GitHub.jl][github.jl]
|
||||
|
||||
[github.jl]: https://github.com/WestleyArgentum/GitHub.jl
|
||||
Library name | Oficial Github Repository |
|
||||
|---|---|
|
||||
**Github.jl**|[WestleyArgentum/Github.jl](https://github.com/WestleyArgentum/GitHub.jl)
|
||||
|
||||
### OCaml
|
||||
|
||||
* [ocaml-github][ocaml-github]
|
||||
|
||||
[ocaml-github]: https://github.com/mirage/ocaml-github
|
||||
Library name | Oficial Github Repository |
|
||||
|---|---|
|
||||
**ocaml-github**|[mirage/ocaml-github](https://github.com/mirage/ocaml-github)
|
||||
|
||||
### Perl
|
||||
|
||||
* [Pithub][pithub-github] ([CPAN][pithub-cpan])
|
||||
* [Net::GitHub][net-github-github] ([CPAN][net-github-cpan])
|
||||
|
||||
[net-github-github]: https://github.com/fayland/perl-net-github
|
||||
[net-github-cpan]: https://metacpan.org/pod/Net::GitHub
|
||||
[pithub-github]: https://github.com/plu/Pithub
|
||||
[pithub-cpan]: http://metacpan.org/module/Pithub
|
||||
Library name | Oficial Github Repository | metacpan Website for the Library
|
||||
|---|---|---|
|
||||
**Pithub**|[plu/Pithub](https://github.com/plu/Pithub)|[Pithub CPAN](http://metacpan.org/module/Pithub)
|
||||
**Net::Github**|[fayland/perl-net-github](https://github.com/fayland/perl-net-github)|[Net:Github CPAN](https://metacpan.org/pod/Net::GitHub)
|
||||
|
||||
### PHP
|
||||
|
||||
* [GitHub PHP Client][github-php-client]
|
||||
* [PHP GitHub API][php-github-api]
|
||||
* [GitHub API][github-api]
|
||||
* [GitHub Joomla! Package][joomla]
|
||||
* [Github Nette Extension][kdyby-github]
|
||||
* [GitHub API Easy Access][milo-github-api]
|
||||
* [GitHub bridge for Laravel][github-laravel]
|
||||
* [PHP5.6|PHP7 Client & WebHook wrapper][flexyproject-githubapi]
|
||||
|
||||
[github-php-client]: https://github.com/tan-tan-kanarek/github-php-client
|
||||
[php-github-api]: https://github.com/KnpLabs/php-github-api
|
||||
[github-api]: https://github.com/yiiext/github-api
|
||||
[joomla]: https://github.com/joomla-framework/github-api
|
||||
[kdyby-github]: https://github.com/kdyby/github
|
||||
[milo-github-api]: https://github.com/milo/github-api
|
||||
[github-laravel]: https://github.com/GrahamCampbell/Laravel-GitHub
|
||||
[flexyproject-githubapi]: https://github.com/FlexyProject/GitHubAPI
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**Github PHP Client**|[tan-tan-kanarek/github-php-client](https://github.com/tan-tan-kanarek/github-php-client)
|
||||
**PHP Github API**|[KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api)
|
||||
**Github API**|[yiiext/github-api](https://github.com/yiiext/github-api)
|
||||
**Github Joomla! Package**|[joomla-framework/github-api](https://github.com/joomla-framework/github-api)
|
||||
**Github Nette Extension**|[kdyby/github](https://github.com/kdyby/github)
|
||||
**Github API Easy Access**|[milo/github-api](https://github.com/milo/github-api)
|
||||
**Github bridge for Laravel**|[GrahamCampbell/Laravel-Github](https://github.com/GrahamCampbell/Laravel-GitHub)
|
||||
**PHP5.6 && PHP7 Client & WebHook wrapper**|[FlexyProject/GithubAPI](https://github.com/FlexyProject/GitHubAPI)
|
||||
|
||||
### Python
|
||||
|
||||
* [PyGithub][jacquev6_pygithub]
|
||||
* [libsaas][libsaas]
|
||||
* [github3.py][github3py]
|
||||
* [sanction][sanction]
|
||||
* [agithub][agithub]
|
||||
* [octohub][octohub]
|
||||
* [Github-Flask][github-flask]
|
||||
* [torngithub][torngithub]
|
||||
|
||||
[jacquev6_pygithub]: https://github.com/PyGithub/PyGithub
|
||||
[libsaas]: https://github.com/ducksboard/libsaas
|
||||
[github3py]: https://github.com/sigmavirus24/github3.py
|
||||
[sanction]: https://github.com/demianbrecht/sanction
|
||||
[agithub]: https://github.com/jpaugh/agithub "Agnostic GitHub"
|
||||
[octohub]: https://github.com/turnkeylinux/octohub
|
||||
[github-flask]: http://github-flask.readthedocs.org
|
||||
[torngithub]: https://github.com/jkeylu/torngithub
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**PyGithub**|[PyGithub/PyGithub](https://github.com/PyGithub/PyGithub)
|
||||
**libsaas**|[duckboard/libsaas](https://github.com/ducksboard/libsaas)
|
||||
**github3.py**|[sigmavirus24/github3.py](https://github.com/sigmavirus24/github3.py)
|
||||
**sanction**|[demianbrecht/sanction](https://github.com/demianbrecht/sanction)
|
||||
**agithub**|[jpaugh/agithub](https://github.com/jpaugh/agithub)
|
||||
**octohub**|[turnkeylinux/octohub](https://github.com/turnkeylinux/octohub)
|
||||
**github-flask**|[github-flask (Oficial Website)](http://github-flask.readthedocs.org)
|
||||
**torngithub**|[jkeylu/torngithub](https://github.com/jkeylu/torngithub)
|
||||
|
||||
### Ruby
|
||||
|
||||
* [GitHub API Gem][ghapi]
|
||||
* [Ghee][ghee]
|
||||
|
||||
[ghapi]: https://github.com/peter-murach/github
|
||||
[ghee]: https://github.com/rauhryan/ghee
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**Github API Gem**|[peter-murach/github](https://github.com/peter-murach/github)
|
||||
**Ghee**|[rauhryan/ghee](https://github.com/rauhryan/ghee)
|
||||
|
||||
### Scala
|
||||
|
||||
* [Hubcat][hubcat]
|
||||
* [Github4s][github4s]
|
||||
|
||||
[hubcat]: https://github.com/softprops/hubcat
|
||||
[Github4s]: https://github.com/47deg/github4s
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**Hubcat**|[softprops/hubcat](https://github.com/softprops/hubcat)
|
||||
**Github4s**|[47deg/github4s](https://github.com/47deg/github4s)
|
||||
|
||||
### Shell
|
||||
|
||||
* [ok.sh][ok.sh]
|
||||
|
||||
[ok.sh]: https://github.com/whiteinge/ok.sh
|
||||
Library name | Oficial Github Repository
|
||||
|---|---|
|
||||
**ok.sh**|[whiteinge/ok.sh](https://github.com/whiteinge/ok.sh)
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
72
package.json
72
package.json
|
@ -8,16 +8,16 @@
|
|||
"url": "https://github.com/github/docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.8.3",
|
||||
"@babel/plugin-transform-runtime": "^7.11.0",
|
||||
"@babel/preset-env": "^7.8.4",
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/plugin-transform-runtime": "^7.11.5",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@github-docs/data-directory": "^1.2.0",
|
||||
"@github-docs/frontmatter": "^1.3.1",
|
||||
"@github-docs/render-content": "^5.0.0",
|
||||
"@github/rest-api-operations": "^2.1.0",
|
||||
"@octokit/rest": "^16.38.1",
|
||||
"@primer/css": "^15.1.0",
|
||||
"@octokit/rest": "^16.43.2",
|
||||
"@primer/css": "^15.2.0",
|
||||
"@primer/octicons": "^11.0.0",
|
||||
"airtable": "^0.9.0",
|
||||
"algoliasearch": "^3.35.1",
|
||||
|
@ -28,95 +28,95 @@
|
|||
"compression": "^1.7.4",
|
||||
"connect-slashes": "^1.4.0",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"copy-webpack-plugin": "^6.0.3",
|
||||
"copy-webpack-plugin": "^6.2.0",
|
||||
"cors": "^2.8.5",
|
||||
"cross-env": "^7.0.2",
|
||||
"css-loader": "^4.0.0",
|
||||
"css-loader": "^4.3.0",
|
||||
"csurf": "^1.11.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"express-rate-limit": "^5.1.3",
|
||||
"flat": "^5.0.0",
|
||||
"github-slugger": "^1.2.1",
|
||||
"flat": "^5.0.2",
|
||||
"github-slugger": "^1.3.0",
|
||||
"got": "^9.6.0",
|
||||
"gray-matter": "^4.0.1",
|
||||
"helmet": "^3.21.2",
|
||||
"html-entities": "^1.2.1",
|
||||
"helmet": "^3.23.3",
|
||||
"html-entities": "^1.3.1",
|
||||
"html-truncate": "^1.2.2",
|
||||
"imurmurhash": "^0.1.4",
|
||||
"instantsearch.js": "^4.8.2",
|
||||
"instantsearch.js": "^4.8.3",
|
||||
"is-url": "^1.2.4",
|
||||
"js-cookie": "^2.2.1",
|
||||
"js-yaml": "^3.14.0",
|
||||
"lil-env-thing": "^1.0.0",
|
||||
"liquid": "^5.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.20",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"mkdirp": "^1.0.3",
|
||||
"morgan": "^1.9.1",
|
||||
"mkdirp": "^1.0.4",
|
||||
"morgan": "^1.10.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"platform-utils": "^1.2.0",
|
||||
"port-used": "^2.0.8",
|
||||
"querystring": "^0.2.0",
|
||||
"readline-sync": "^1.4.10",
|
||||
"resolve-url-loader": "^3.1.1",
|
||||
"rimraf": "^3.0.0",
|
||||
"sass": "^1.26.3",
|
||||
"sass-loader": "^9.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.27.0",
|
||||
"sass-loader": "^9.0.3",
|
||||
"search-with-your-keyboard": "1.1.0",
|
||||
"semver": "^5.7.1",
|
||||
"slash": "^3.0.0",
|
||||
"style-loader": "^1.2.1",
|
||||
"uuid": "^8.3.0",
|
||||
"style-loader": "^1.3.0",
|
||||
"uuid": "^8.3.1",
|
||||
"walk-sync": "^1.1.4",
|
||||
"webpack": "^4.44.0",
|
||||
"webpack": "^4.44.2",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ajv": "^6.11.0",
|
||||
"ajv": "^6.12.5",
|
||||
"async": "^3.2.0",
|
||||
"await-sleep": "0.0.1",
|
||||
"aws-sdk": "^2.610.0",
|
||||
"aws-sdk": "^2.770.0",
|
||||
"broken-link-checker": "^0.7.8",
|
||||
"chalk": "^4.0.0",
|
||||
"commander": "^2.20.3",
|
||||
"count-array-values": "^1.2.1",
|
||||
"csp-parse": "0.0.2",
|
||||
"csv-parse": "^4.8.8",
|
||||
"csv-parse": "^4.12.0",
|
||||
"csv-parser": "^2.3.3",
|
||||
"dedent": "^0.7.0",
|
||||
"del": "^4.1.1",
|
||||
"dependency-check": "^4.1.0",
|
||||
"domwaiter": "^1.1.0",
|
||||
"domwaiter": "^1.3.0",
|
||||
"event-to-promise": "^0.8.0",
|
||||
"graphql": "^14.5.8",
|
||||
"graphql": "^14.7.0",
|
||||
"heroku-client": "^3.1.0",
|
||||
"husky": "^4.2.1",
|
||||
"husky": "^4.3.0",
|
||||
"image-size": "^0.7.4",
|
||||
"japanese-characters": "^1.1.0",
|
||||
"jest": "^26.0.1",
|
||||
"jest": "^26.5.2",
|
||||
"jest-expect-message": "^1.0.2",
|
||||
"jest-github-actions-reporter": "^1.0.2",
|
||||
"jest-puppeteer": "^4.4.0",
|
||||
"jest-silent-reporter": "^0.2.1",
|
||||
"jest-slow-test-reporter": "^1.0.0",
|
||||
"make-promises-safe": "^5.1.0",
|
||||
"mime": "^2.4.4",
|
||||
"mime": "^2.4.6",
|
||||
"mock-express-response": "^0.2.2",
|
||||
"nock": "^13.0.4",
|
||||
"nodemon": "^2.0.4",
|
||||
"npm-merge-driver-install": "^1.1.1",
|
||||
"object-hash": "^2.0.1",
|
||||
"pa11y-ci": "^2.3.0",
|
||||
"object-hash": "^2.0.3",
|
||||
"pa11y-ci": "^2.4.0",
|
||||
"puppeteer": "^2.1.1",
|
||||
"replace": "^1.2.0",
|
||||
"revalidator": "^0.3.1",
|
||||
"robots-parser": "^2.1.1",
|
||||
"standard": "^14.3.1",
|
||||
"start-server-and-test": "^1.11.3",
|
||||
"standard": "^14.3.4",
|
||||
"start-server-and-test": "^1.11.5",
|
||||
"supertest": "^4.0.2",
|
||||
"webpack-dev-middleware": "^3.7.2",
|
||||
"website-scraper": "^4.2.0",
|
||||
"dedent": "^0.7.0",
|
||||
"nock": "^13.0.4"
|
||||
"website-scraper": "^4.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "cross-env NODE_ENV=development ENABLED_LANGUAGES='en,ja' nodemon server.js",
|
||||
|
|
Загрузка…
Ссылка в новой задаче