Hi :wave: is anyone aware of any libraries for kto...
# server
a
Hi 👋 is anyone aware of any libraries for ktor that handle REST-related concerns like generating documentation/specs, versioning of APIs, HATEOAS-support, ...? I know there are such projects for e.g. Spring, but haven't found anything for ktor.
m
Ktor has support for Swagger in 2.2.0
a
Thanks, good to know! Any news about e.g. HATEOAS as well anyone? Thinking of something like Spring HATEOAS...
s
micronaut has HATEOAS support I think
a
Thank you @Sam Gammon, will look at this as well. Maybe creating a library for ktor with micronaut and spring as a template wouldn't be too difficult in the end...
s
@Alexander Girke micronaut has a ktor support layer so they may actually integrate easily
I’ve never tried that one
a
Crazy, wouldn't have thought that this exists. Will leave the reference here: https://micronaut-projects.github.io/micronaut-kotlin/latest/guide/