文件名称:ruby-crowdflower:通过REST API与CrowdFlower进行交互的工具包
文件大小:117KB
文件格式:ZIP
更新时间:2024-06-08 02:40:40
Ruby
CrowdFlower API宝石 当前,这是一个用于与CrowdFlower REST API进行交互的工具包。 它有可能成为访问和编辑作业的完整Ruby宝石。 目录 入门 #####将此行添加到应用程序的Gemfile中: $ gem 'crowdflower' #####然后执行: $ bundle install #####或将其自己安装为: $ gem install crowdflower #####并在您的ruby文件中要求宝石为: require 'crowdflower' 该gem使用 。 要找到您的API密钥,请点击右上角的名称,然后从下拉菜单中选择“帐户”。 要创建一个帐户,请单击。 #####直接在代码中指定您的api密钥或将其存储在yaml文件中: API_KEY = "YOUR_API_KEY" CrowdFlower . connect!
【文件预览】:
ruby-crowdflower-develop
----.gitignore(93B)
----README.md(13KB)
----test()
--------crowdshopping.csv(53KB)
--------integration_tests.rb(11KB)
----.document(60B)
----HISTORY.md(810B)
----LICENSE(1KB)
----crowdflower.gemspec(2KB)
----crowdflower-0.12.0.gem(59KB)
----config()
--------account_info.sample.yml(277B)
----CONTRIBUTORS(122B)
----VERSION(6B)
----lib()
--------crowdflower.rb(136B)
--------crowdflower()
----bindev()
--------crowdflower.rb(0B)
--------cl_skel.rb(4KB)
----Rakefile(1KB)