Sha256: faa3fc1208007a66046aa6cd8b4aec1c9d1e07acfc7f3584f4af56e0c4893561

Contents?: true

Size: 662 Bytes

Versions: 8

Compression:

Stored size: 662 Bytes

Contents

{{#operations}}{{toLowerCase classname}}: {{#operation}}{{#contents}}
    {{operationId}}: >-
        require 'asana'


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


        result = client.{{toLowerCase baseName}}.{{operationId}}({{#pathParams}}{{paramName}}: '{{paramName}}', {{/pathParams}}{{#queryParams}}{{#eq required true}}{{paramName}}: '{{example}}', {{/eq}}{{/queryParams}}{{#eq httpMethod 'GET'}}param: "value", param: "value", {{/eq}}{{#eq httpMethod 'POST' 'PUT'}}field: "value", field: "value", {{/eq}}options: {pretty: true}){{/contents}}{{/operation}}
{{/operations}}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asana-2.0.3 swagger_templates/api_doc.mustache
asana-2.0.2 swagger_templates/api_doc.mustache
asana-2.0.1 swagger_templates/api_doc.mustache
asana-2.0.0 swagger_templates/api_doc.mustache
asana-1.0.0 swagger_templates/api_doc.mustache
asana-0.10.13 swagger_templates/api_doc.mustache
asana-0.10.12 swagger_templates/api_doc.mustache
asana-0.10.3 swagger_templates/api_doc.mustache