Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form parameters are not included on generation #63

Closed
HugoMario opened this issue Apr 16, 2018 · 0 comments · Fixed by #64
Closed

form parameters are not included on generation #63

HugoMario opened this issue Apr 16, 2018 · 0 comments · Fixed by #64
Assignees

Comments

@HugoMario
Copy link
Contributor

A properties in a request body with content type application/x-www-form-urlencoded or multipart/formData should be added on collection:

List<CodegenParameter> formParams = new ArrayList<CodegenParameter>();

from DefaultCodegenConfig class. In order to be present in each template that use them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant