OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.61k stars 6.29k forks source link

[REQ] [Protobuf-Schema] Protobuf available inside OpenAPI Generator Online #7243

Open dobl1 opened 3 years ago

dobl1 commented 3 years ago

Hi,

How to proceed to add existing converter module to OpenAPI Generator Online ? As protobuf-schema for example.

wing328 commented 3 years ago

Have you tried the "latest master" of the online generator?

dobl1 commented 3 years ago

Yes, I noticed nothing is returned trying to get details about generation options

image

wing328 commented 3 years ago

@dobl1 I just checked the source code of openapi-generator-online and confirmed that you're right - there's no endpoints for schema/doc generator.

Please use the CLI for the time being.

wing328 commented 3 years ago

@dobl1 if you've time to contribute a fix, I can show you a couple of good starting points.