文件名称:streak_client:Streak REST API 的 Ruby 客户端
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-26 11:20:21
Ruby
Streak的客户端- Ruby客户端的条纹REST API 此客户端为包装的条纹REST API,由乡亲提供一个Gmail的CRM工具 。 用法 设置它: require 'streak_client' StreakClient . api_key = YOUR_API_KEY 创建资源: @pipeline = StreakClient :: Pipeline . create ( name: "Test" , description: "T" ) @box = StreakClient :: Box . create ( @pipeline . pipelineKey , { name: "Test Box" }) 加载现有资源: @pipelines = StreakClient :: Pipeline . all @box = StreakClient :: Box
【文件预览】:
streak_client-master
----lib()
--------resources()
--------streak_client.rb(699B)
----Gemfile(71B)
----README.rdoc(1KB)
----Rakefile(178B)
----.travis.yml(29B)
----LICENSE(1KB)
----test()
--------test_helper.rb(82B)
--------snippet_test.rb(332B)
--------thread_test.rb(721B)
--------user_test.rb(369B)
--------newsfeed_test.rb(622B)
--------stage_test.rb(848B)
--------pipeline_test.rb(1KB)
--------box_test.rb(1KB)
----streak_client.gemspec(475B)
----.gitignore(42B)