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
In the configuration.py file after generating a python client, it says:
configuration.py
# Disable client side validation self.client_side_validation = True
This makes it seem like client side validation is disabled by default. But it's not.
The comment should be # set to False to disable client side validation, or just # Enable client side validation
# set to False to disable client side validation
# Enable client side validation
openapi-generator-cli 5.0.0-SNAPSHOT commit : 068ad02 built : 2020-07-02T17:04:18Z source : https://github.com/openapitools/openapi-generator docs : https://openapi-generator.tech/
docker run --rm \ -v $PWD:/local \ openapitools/openapi-generator-cli \ generate \ -i /local/repo/direct-plant-control.yaml \ -g python \ -o /local/out/python \ --package-name dispatch
@jonashaag added a comment to the PR by @wing328 that introduced this issue here
The text was updated successfully, but these errors were encountered:
👍 Thanks for opening this issue! 🏷 I have applied any labels matching special text in your issue.
The team will review the labels and make any necessary changes.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report Checklist
Description
In the
configuration.py
file after generating a python client, it says:This makes it seem like client side validation is disabled by default.
But it's not.
The comment should be
# set to False to disable client side validation
, or just# Enable client side validation
openapi-generator version
Command line used for generation
Steps to reproduce
Related issues/PRs
@jonashaag added a comment to the PR by @wing328 that introduced this issue here
Suggest a fix
The comment should be
# set to False to disable client side validation
, or just# Enable client side validation
The text was updated successfully, but these errors were encountered: