papsign / Ktor-OpenAPI-Generator

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

Using Ktor locations #70

Closed JanStoltman closed 4 years ago

JanStoltman commented 4 years ago

Hey, is it possible to use this library in conjunction with Ktor's Locations mechanism? I've taken look at the examples but I still cannot figure it out

Wicpar commented 4 years ago

You can, but any paths defined with Ktor Locations won't be documented in the openapi spec.

JanStoltman commented 4 years ago

Cool, thank you for info!

Marek00Malik commented 2 years ago

what do you mean they won't be documented? How should we add them?