SMILEY4 / ktor-swagger-ui

Kotlin Ktor plugin to generate OpenAPI and provide Swagger UI
Apache License 2.0
150 stars 25 forks source link

Fix/query parameters ignored for path composition #71

Closed Giuliopime closed 9 months ago

Giuliopime commented 9 months ago

Uhm too many recursive calls? Ignorable?

Giuliopime commented 9 months ago

This wont fix the recursive issue but I figured it was coherent with the rest of the code

SMILEY4 commented 9 months ago

Thank you for the pr. Looks good 👍 Imho, the detekt-warning can be ignored here. Could we supress it for the method so we have green checks ?