python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Remove ResponseEntity in swagger-codegen-maven-plugin api class
I generated api classes with swagger-codegen-maven-plugin, and methods return ResponseEntity
@ApiOperation(value = "", nickname = "getBlockingByMdmdId", notes = "", respo...
Victor Levin
Votes: 0
Answers: 1
Is there a maven plugin that I can use to generate openapi spec file from JAX-RX source files
I'm trying to generate openapi/swagger spec file during the build time. Maven plugin jaxrs-gen works but it's very old and no longer maintained and creates very old version of swagger spec file which ...
mr-m-jali
Votes: 0
Answers: 1
Generating Python code from OpenAPI spec that recieves a "handler" object
I have an OpenAPI spec that I successfully turned into Server/Client Python code using OpenAPI generator. However the structure of the server does not really fit my needs. To specify how to handle req...
positr0nium
Votes: 0
Answers: 1
How to merge multiple OpenAPI 3.0 specification files into one in Maven?
In a Maven project with Spring Boot, there are several OpenAPI 3.0 specification files. One spec defines all HTTP errors (errors.yml), and the components of errors.yml are referenced in other spec.
I ...
wonder garance
Votes: 0
Answers: 1