papsign / Ktor-OpenAPI-Generator

Ktor OpenAPI/Swagger 3 Generator
Apache License 2.0
241 stars 42 forks source link

Is there a simple way to split the endpoints of an application in two different openapi-files? #124

Open sigmanil opened 2 years ago

sigmanil commented 2 years ago

Is there a simple way to split the endpoints of an application in two different openapi-files? We have some endpoints that are intended for internal use and some for external use.

Wicpar commented 2 years ago

No, the config is unfortunately global, but it would be a nice addition