1. 首页
  2. 数据库
  3. 其它
  4. harvested:用于Harvest API的Ruby包装器http 源码

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

上传者: 2021-04-18 03:42:52上传 ZIP文件 62.05KB 热度 9次
收集的功能已冻结,将不接受添加的新功能。 它不支持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
用户评论