[ ソース: ruby-octokit ]
パッケージ: ruby-octokit (8.1.0-1)
ruby-octokit に関するリンク
Debian の資源:
ruby-octokit ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
Ruby toolkit for working with the GitHub API
ruby-octokit wraps the GitHub API in a flat API client that follows Ruby conventions and requires little knowledge of REST.
It provides all expected features needed to interact with Github or any other implementation of their API:
- Authenticated (basic and oauth) and unauthenticated requests. - Access to all resources and fields. - Direct access to HTTP response headers if needed. - Pagination. - Hypermedia features (ruby-octokit is built on top of ruby-sawyer).
その他の ruby-octokit 関連パッケージ
|
|
|
|
-
- dep: ruby-base64
- support for encoding and decoding binary data using a Base64 representation
-
- dep: ruby-faraday (<< 3)
- HTTP/REST API client library
- dep: ruby-faraday (>= 1)
-
- dep: ruby-sawyer (>= 0.9)
- HTTP/REST API client Ruby library