Teambition API 的 Ruby Gem 封装,支持作为 Rails 插件使用。
通过 Gem
gem install teambition
通过 Gemfile
gem 'teambition'
- Gem 实现了 OAuth2 的基本功能,API 调用可通过封装好的
get
,post
,put
和delete
四个方法实现 - 为便于上手和测试,Rakefile 中定义了
spec:setup
任务,用以获取令牌和配置 spec_helper.rb - 项目 Wiki 中有 Gem 在不同场景下的使用案例可供参考
Copyright (c) 2015-2018 Aidi Stan under the MIT License