Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Generate Stub Implementation From OpenAPI Spec #43

Open
InfoSec812 opened this issue Jul 12, 2018 · 0 comments
Open

Enhancement: Generate Stub Implementation From OpenAPI Spec #43

InfoSec812 opened this issue Jul 12, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@InfoSec812
Copy link

InfoSec812 commented Jul 12, 2018

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, 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.

@tsegismont tsegismont added the help wanted Extra attention is needed label Jun 5, 2024
@tsegismont tsegismont added the enhancement New feature or request label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants