File: events_sample.yaml

package info (click to toggle)
ruby-asana 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,020 kB
  • sloc: ruby: 3,314; javascript: 8; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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})