We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257d673 commit 6c97a9cCopy full SHA for 6c97a9c
src/main/resources/python/api.mustache
@@ -84,6 +84,7 @@ class {{classname}}(object):
84
{{#formParams}}
85
if ('{{paramName}}' in params):
86
{{#notFile}}formParams['{{paramName}}'] = params['{{paramName}}']{{/notFile}}{{#isFile}}files['{{paramName}}'] = params['{{paramName}}']{{/isFile}}
87
+ {{newline}}
88
{{/formParams}}
89
90
{{#bodyParam}}
0 commit comments