[ buster ]
[ bullseye ]
[ 源代码: ruby-github-api ]
软件包:ruby-github-api(0.18.2-1)
ruby-github-api 的相关链接
Debian 的资源:
下载源码包 ruby-github-api:
- [ruby-github-api_0.18.2-1.dsc]
- [ruby-github-api_0.18.2.orig.tar.gz]
- [ruby-github-api_0.18.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [piotrmurach.github.io]
相似软件包:
Ruby client for the official GitHub API
Ruby client that supports all of the GitHub API methods. It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern.
Intuitive query methods allow you easily call API endpoints.
其他与 ruby-github-api 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-addressable (>= 2.4)
- alternative URI implementation for Ruby
-
- dep: ruby-descendants-tracker (>= 0.0.4)
- Ruby module that adds descendant tracking to a class
-
- dep: ruby-faraday (>= 0.8)
- HTTP/REST API client library
-
- dep: ruby-hashie (>= 3.5.2)
- small collection of tools that make hashes more powerful
-
- dep: ruby-oauth2 (>= 1.0)
- ruby wrapper for the OAuth 2.0 protocol