Asana/ruby-asana

View on GitHub
samples/events_sample.yaml

Summary

Maintainability
Test Coverage
events: 
    get_events: >-
        require 'asana'


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


        result = client.events.get_events(resource: ''resource_example'', param: "value", param: "value", options: {pretty: true})