In the ruby-asana documentation almost every method needs a client? What is a client? Almost every method requires one.
I am trying this and getting an undefined method 'get'
I am trying:
client = Asana::Client
puts Asana::Tag.find_all(client)
I get:
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>'