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 方法就会被成功移除。
Algorithms for Image Processing and Computer Vision
Parker, J. R. / 2010-12 / 687.00元
A cookbook of algorithms for common image processing applications Thanks to advances in computer hardware and software, algorithms have been developed that support sophisticated image processing with......一起来看看 《Algorithms for Image Processing and Computer Vision》 这本书的介绍吧!
