Is it possible to have Swagger generate only REST ...
# random
n
Is it possible to have Swagger generate only REST API documentation? If so what would Swagger require in order to generate the documentation?
I have a working REST API that uses Ktor Server, and would prefer to avoid using Swagger Codegen if possible.
d
you mean swagger-ui?
n
Yes. The intention is to use Swagger UI to generate the API documentation.
d
so that’s what you described
you don’t need to generate anything
just provide swagger ui with yaml with api definitions?
t