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

Python generator ignores case #12492

Open
kfehrenbach opened this issue Nov 19, 2024 · 0 comments
Open

Python generator ignores case #12492

kfehrenbach opened this issue Nov 19, 2024 · 0 comments

Comments

@kfehrenbach
Copy link

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

...

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

No branches or pull requests

1 participant