Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 470 Bytes

File metadata and controls

30 lines (19 loc) · 470 Bytes

酷盘 Ruby SDK

酷盘 (kanbox.com) API for Ruby

Gem Version

Installation

$ gem install kanbox

Usage

使用方法参见 spec 里面的测试用例。

require "kanbox"

$client = Kanbox.configure do |config|
  config.api_key = "you client id"
  config.api_secret = "you client secert"
end

TODO

  • 实现 share 的 API