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
https://github.com/Yelp/bravado-core/blob/master/bravado_core/model.py#L304
It seems like there should be a config lookup there, like in Model._from_dict?
Model._from_dict
My workaround has been to use _unmarshal which works correctly.
_unmarshal
The text was updated successfully, but these errors were encountered:
include_missing_properties is intended to configure the way the models look and behave when being returned as part of a deserialized response.
include_missing_properties
That said, I don't see a reason why we couldn't add the same behavior to the __init__ method.
__init__
Sorry, something went wrong.
No branches or pull requests
https://github.com/Yelp/bravado-core/blob/master/bravado_core/model.py#L304
It seems like there should be a config lookup there, like in
Model._from_dict
?My workaround has been to use
_unmarshal
which works correctly.The text was updated successfully, but these errors were encountered: