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
You have an OpenAPI v3 API specification and would like to generate a Vert.x application skeleton from that Spec.
Ideally, the maven target would read and parse the YAML Spec, generate Service Proxy stubs for each top-level endpoint and method implementations for each VERB endpoint.
Then, a MainVerticle would be created which sets up the ServiceBinder and binds the Service Proxy methods to the OpenAPI3Router endpoints.
Proposal:
Implement a new target openapi-generate which can read the YAML and use Velocity (or other) templates to create the stubbed skeleton.
The text was updated successfully, but these errors were encountered:
Use Case:
Proposal:
The text was updated successfully, but these errors were encountered: