harvested:用于Harvest API的Ruby包装器http

时间:2024-04-18 19:13:25
【文件属性】:

文件名称:harvested:用于Harvest API的Ruby包装器http

文件大小:62KB

文件格式:ZIP

更新时间:2024-04-18 19:13:25

Ruby

收集的功能已冻结,将不接受添加的新功能。 它不支持V2 API。 有关该决定的原因的更多信息,请阅读 收获的:一个Ruby Harvest API 这是的Ruby包装器。 安装 gem install harvested 例子 harvest = Harvest . client ( subdomain : 'yoursubdomain' , username : 'yourusername' , password : 'yourpassword' ) harvest . projects . all # list out projects client = Harvest :: Client . new ( :name => "Billable Company LTD." ) client = harvest . clients . create ( client ) harve


【文件预览】:
harvested-master
----.gitignore(311B)
----.document(33B)
----harvested.gemspec(1KB)
----TODO(57B)
----.ruby-version(6B)
----examples()
--------basics.rb(1KB)
--------clear_account.rb(910B)
--------project_create_script.rb(3KB)
--------user_assignments.rb(916B)
--------task_assignments.rb(1KB)
----spec()
--------harvest()
--------support()
--------functional()
--------spec_helper.rb(926B)
--------factories.rb(1KB)
----README.md(2KB)
----lib()
--------harvest()
--------harvested.rb(3KB)
--------ext()
----HISTORY.md(4KB)
----Gemfile(304B)
----MIT-LICENSE(1KB)
----Rakefile(500B)

网友评论