Skip to content

noblehng/kanbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

酷盘 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

About

酷盘 (kanbox.com) API for Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages