酷盘 Ruby SDK 酷盘 (kanbox.com) API for Ruby 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