Asana/ruby-asana

View on GitHub
samples/typeahead_sample.yaml

Summary

Maintainability
Test Coverage
typeahead: 
    typeahead_for_workspace: >-
        require 'asana'


        client = Asana::Client.new do |c|
            c.authentication :access_token, 'PERSONAL_ACCESS_TOKEN'
        end


        result = client.typeahead.typeahead_for_workspace(workspace_gid: 'workspace_gid', resource_type: ''resource_type_example'', param: "value", param: "value", options: {pretty: true})