We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-Dcase_option=camel or --additional_properties case_option=camel are ignored during generation of python code.
latest tag using Docker
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate -Dcase_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate --additional_properties case_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
-Dcase_option=camel or --additional_properties case_option=camel are ignored during generation of python code.
Swagger-codegen version
latest tag using Docker
Swagger declaration file content or url
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate -Dcase_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate --additional_properties case_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
Command line used for generation
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate -Dcase_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate --additional_properties case_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
Steps to reproduce
...
Related issues/PRs
...
Suggest a fix/enhancement
...
The text was updated successfully, but these errors were encountered: