mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 20:27:06 +00:00
Added HTTP method+path to JavaDocs in kotlin clients (#20618)
* feat: Added HTTP method+path to JavaDocs in kotlin OkHTTP client * feat: Added HTTP method+path to JavaDocs in kotlin Ktor client * feat: Added HTTP method+path to JavaDocs in kotlin retrofit2 client * feat: Added HTTP method+path to JavaDocs in kotlin vertex client * feat: Added HTTP method+path to JavaDocs in kotlin volley client
This commit is contained in:
@@ -33,6 +33,7 @@ class DefaultApi (
|
||||
private val postProcessors :List <(Request<*>) -> Unit> = listOf()) {
|
||||
|
||||
/**
|
||||
* GET /{ids}
|
||||
*
|
||||
*
|
||||
* @param ids
|
||||
|
||||
Reference in New Issue
Block a user