In an earlier article on the OpenAPI design-first approach
I compared openapi-generator and swagger-codegen. Now I’m revisiting the topic
by adding the Quarkus OpenAPI Generator to the comparison.
Read More ...
Read More ...
You’re given the task of writing a microservice AND providing a documentation in OpenAPI format. You already know that there are two main approaches:
openapi.yaml file) and then generate the codeThis is the second article in a series and reviews the design-first approach, the code-first approach was the subject of the first article.