SMILEY4 / ktor-swagger-ui

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

feat: external documentation support #62

Closed Giuliopime closed 1 year ago

Giuliopime commented 1 year ago

This adds support for the external documentation object. See https://github.com/OAI/OpenAPI-Specification/blob/3.0.1/versions/3.0.1.md#externalDocumentationObject

Closes #61

Giuliopime commented 1 year ago

Do I have to fix wildcard imports?

SMILEY4 commented 1 year ago

Do I have to fix wildcard imports?

No, i think its fine :+1: . Could you maybe disable the detekt-rule instead with this pr? should be in "config/detekt.yml", line 786

Giuliopime commented 1 year ago

Done 👍🏼

SMILEY4 commented 1 year ago

Looks good 👍 . Thanks a lot for the pr. I will be creating+releasing a new version (2.4.0) with your changes as soon as possible.