GitHub API 工具包 octokit.rb
- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/octokit/octokit.rb
软件介绍
octokit.rb 是 工具包。
升级指南:
版本 4.0
移除 long-deprecated overload 的支持,long-deprecated overload 是当下拉请求列表时,可将传递状态设为位置参数。同时,把 state 设为 方法选项。
移除 Ruby < 2.0.的支持。
添加可新建 Enterprise-only APIs 的支持。
添加 Repository redirects 的支持。
从 v2.x.x:升级时,版本3.0 会有几个突破性的变化:
default media type v3将会替代掉 beta,如果你需要老版的媒体类型,你可以为客户端设置默认的媒体类型:
Octokit.default_media_type = "application/vnd.github.beta+json"
或者单个请求
Octokit.emails(:accept => "application/vnd.github.beta+json")
这样 long-deprecated Octokit::Client#create_download 方法就会被成功移除。
XML Hacks
Michael Fitzgerald / O'Reilly Media, Inc. / 2004-07-27 / USD 24.95
Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or ......一起来看看 《XML Hacks》 这本书的介绍吧!
