Closed Him188 closed 4 months ago
Currently, adding tags requires writting listOf.
listOf
get({ tags = listOf("API Key") summary = "Get API Key list" })
I think this is better:
get({ tags("API Key") summary = "Get API Key list" })
hi, thanks for your suggestions. I added some improvements / alternatives to the dsl which are included in version 3.2.0.
Currently, adding tags requires writting
listOf
.I think this is better: