breezy-oil-79586
09/02/2023, 11:08 PMopenapi-generator
? I've seen an example with adhoc_tool
for client generation, but things go different when I want to generate a server.
openapi-generator
generates a full project sources, and I need to edit only a few files (actual endpoint service implementations). Could you guide me what should I be looking for?
For example - can I output adhoc_tool
results to src
instead of dist/codegen
? to keep those sources updated, add BUILD files manually, and run generator checks on CI to make sure code is up-to-date to the OpenAPI schema.
Also, I like the implementation of protobuf_sources
, but I do not understand the use-cases for openapi_sources
and openapi_documents
. What are the plans with them?narrow-vegetable-37489
09/02/2023, 11:14 PMopenapi-generator
for Python code (I believe there’s already support for Java).