文件名称:sage_one:Sage One API 的 Ruby 包装器
文件大小:32KB
文件格式:ZIP
更新时间:2024-07-30 16:50:02
Ruby
贤者一 用于 Sage One API 的基于法拉第的 Ruby 包装器 安装 将sage_one gem 添加到您的Gemfile gem 'sage_one' 文档 用法 验证 本文档假设您已经从 Sage 获得了客户端 ID 和客户端机密。 要向 Sage One API 发出任何请求,您必须提供 OAuth 访问令牌。 为用户获取token的基本流程如下: # The code below is over-simplified. Read Sage's own API docs and the documentation for SageOne::Oauth to get # a better idea of how to implement this in the context of your own app. SageOne . configure do | c
【文件预览】:
sage_one-master
----History.txt(247B)
----lib()
--------sage_one()
--------faraday()
--------sage_one.rb(743B)
----Gemfile(149B)
----spec()
--------sage_one()
--------sage_one_spec.rb(1KB)
--------faraday()
--------fixtures()
--------spec_helper.rb(1KB)
----Rakefile(114B)
----.travis.yml(158B)
----LICENSE(1KB)
----README.md(6KB)
----sage_one.gemspec(1KB)
----.yardopts(34B)
----.gitignore(150B)
----bin()
--------bundler(373B)