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
Empty API responses are allowed by the OpenAPI spec but currently cause an error when parsing a schema which uses them:
https://github.com./triaxtec/openapi-python-client/blob/master/openapi_python_client/openapi_parser/responses.py#L82-L83
Instead, they should be supported, probably returning None as the response.
None
The text was updated successfully, but these errors were encountered:
Thanks @acgray , will release this in 0.4.2 shortly.
Sorry, something went wrong.
No branches or pull requests
Empty API responses are allowed by the OpenAPI spec but currently cause an error when parsing a schema which uses them:
https://github.com./triaxtec/openapi-python-client/blob/master/openapi_python_client/openapi_parser/responses.py#L82-L83
Instead, they should be supported, probably returning
None
as the response.The text was updated successfully, but these errors were encountered: