-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Use Case:
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, aMainVerticlewould be created which sets up the ServiceBinder and binds the Service Proxy methods to the OpenAPI3Router endpoints.
Proposal:
Implement a new target
openapi-generatewhich can read the YAML and use Velocity (or other) templates to create the stubbed skeleton.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed