forked from loafle/openapi-generator-original
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:
@@ -45,6 +45,7 @@ class DefaultApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory
|
||||
}
|
||||
|
||||
/**
|
||||
* GET /{ids}
|
||||
*
|
||||
*
|
||||
* @param ids
|
||||
@@ -75,6 +76,7 @@ class DefaultApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory
|
||||
}
|
||||
|
||||
/**
|
||||
* GET /{ids}
|
||||
*
|
||||
*
|
||||
* @param ids
|
||||
|
||||
Reference in New Issue
Block a user