ruby-asanaのドキュメントではほとんどすべてのメソッドにクライアントが必要ですか?クライアントとは何ですか?ほぼすべての方法が必要です。ruby-asanaクライアントとは何ですか?
私はこれをしようと未定義のメソッドを取得しています
「を得る」私がしようとしています:
client = Asana::Client
puts Asana::Tag.find_all(client)
を私が手:
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/asana-0.5.0/lib/asana/resources/tag.rb:91:in `find_all': undefined method `get' for Asana::Client:Class (NoMethodError)
Did you mean? gets
gem
from test.rb:13:in `<main>'