Frédéric Nieto

Results 93 comments of Frédéric Nieto

@JavierPAYTEF sorry for the late response. The library uses reflections to detect the default modules. I didn't think to test with Android if this worked. It seems that it doesn't.

I am open to suggestions. The basic idea would be like this: ```kotlin @FallbackHandler(DefaultExceptionHandlerObject::class) class KtorOpenAPIGenException(val errors: List): Exception("Relevant human readable version") data class KtorOpenAPIGenError(val origin: KClass, val what: String,...

Any help is welcome, especially with the docs :)

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

i would accept a PR

In principle the Ktor serializer/deserializer should be compatible since it uses Ktror's respond and receive, but i haven't tested. What doesn't seem to work? Are there errors ?

Your issue is related to how kotlinX handles generics. You can get initialisation time types of the generics, see here: https://github.com/papsign/Ktor-OpenAPI-Generator/blob/master/src/main/kotlin/com/papsign/ktor/openapigen/content/type/ktor/KtorContentProvider.kt There is currently no way to generate a per...

> Hi, I just saw this project and it looks very, very interesting. I am trying to figure out how this project differs to https://github.com/nielsfalk/ktor-swagger > > Does this have...

Hi, i can pre-release a full OAuth server implementation i have been working on. It is not exactly maintainable enough to be production ready, but it is spec compliant. No...

i got to separate the codebase from the main project first, it may take a few hours.