All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zapier.sample.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#operations}}
module.exports = {
{{#operation}}
{{#returnType}}
{{^returnTypeIsPrimitive}}
{{#responses}}
{{#is2xx}}
    {{#baseType}}
    "{{baseType}}Sample": 
        {{#examples}}{{#-last}}{{{example}}}{{/-last}}{{/examples}}{{^examples}}{ data: {} }{{/examples}},
    {{/baseType}}
{{/is2xx}}
{{/responses}}
{{/returnTypeIsPrimitive}}
{{/returnType}}
{{/operation}}
}
{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy