asana_api:简化Asana RESTful API

时间:2024-05-20 05:57:35
【文件属性】:

文件名称:asana_api:简化Asana RESTful API

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-20 05:57:35

Ruby

体式API 简化Asana RESTful API。 有关更多信息,请参见 安装 将此行添加到您的应用程序的Gemfile中: gem 'asana_api' 然后执行: $ bundle 或将其自己安装为: $ gem install asana_api 用法 设置 AsanaAPI . setup do | s | s . api_key = ENV [ 'API_KEY' ] end 项目 # Get all projects AsanaAPI :: Project . index! # JSON parsed response AsanaAPI :: Project . index # raw response # Accepts options AsanaAPI :: Project . index! ( workspace : 'WORKSPACE_ID' ,


【文件预览】:
asana_api-master
----.gitignore(138B)
----asana_api.gemspec(1003B)
----.rspec(30B)
----bin()
--------console(424B)
----.rubocop.yml(836B)
----spec()
--------support()
--------requests()
--------spec_helper.rb(256B)
--------asana_api_spec.rb(232B)
----README.md(5KB)
----lib()
--------asana_api()
--------asana_api.rb(777B)
--------extensions()
--------tasks()
----Gemfile(564B)
----MIT-LICENSE(1KB)
----Rakefile(474B)
----Gemfile.lock(1KB)

网友评论