You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop (please complete the following information):
OS: Windows 10
Python Version: 3.9.1
openapi-python-client version 0.11.3
Additional context
Generating swagger-petstore-open-api-3-0-client
Warning(s) encountered while generating. Client was generated, but some pieces may be missing
WARNING parsing POST /user within user.
Invalid response status code default (not a number), response will be ommitted from generated client
WARNING parsing POST /user/createWithList within user.
Invalid response status code default (not a number), response will be ommitted from generated client
WARNING parsing GET /user/logout within user.
Invalid response status code default (not a number), response will be ommitted from generated client
WARNING parsing PUT /user/{username} within user.
Invalid response status code default (not a number), response will be ommitted from generated client
The text was updated successfully, but these errors were encountered:
I can see that #124 was closed as the PR #665 was merged, however it looks like that PR did not include the code to handle default which was the goal of #124.
Can we use this issue to continue with the investigation on how to handle the default response?
#124 was not closed by that PR, it was converted to a discussion #832 since all feature requests are now in discussions. So this issue should also actually be closed in favor of that discussion—any interested can go upvote it and add any missing context
Describe the bug
Invalid response status code default (not a number), response will be ommitted from generated client
To Reproduce
openapi-python-client generate --url https://petstore3.swagger.io/api/v3/openapi.json
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: