
flaskConnexion.controller.mustache Maven / Gradle / Ivy
{{#apiInfo}}
{{#apis}}
{{#operations}}
{{#operation}}
def {{operationId}}({{#allParams}}{{paramName}}{{#hasMore}}, {{/hasMore}}{{/allParams}}) -> str:
return 'do some magic!'
{{/operation}}
{{/operations}}
{{/apis}}
{{/apiInfo}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy