Replies: 1 comment
-
No, there is no converter for this. I'm also not sure how useful it is. The API can only determine the possible request and response based on the transferred data. This will usually be incomplete, i.e. the most you can do is create a template that is then further adapted. It is more effective to do the generation on the server side. DTO objects are usually available there that can generate the schema completely. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to convert http files from httpYac to an OpenAPI .json file or .yml file? I need this file type for some automated testing purposes that only support this.
Beta Was this translation helpful? Give feedback.
All reactions