Hello What would be your recommendation on using `...
# general
b
Hello What would be your recommendation on using
openapi-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?
n
I added those 👋 Right now they’re very minimalistic. I’ve had an PR sort of ready for quite a while that makes them a bit more usable, and after that I’ll hopefully get around to adding support for
openapi-generator
for Python code (I believe there’s already support for Java).