mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 05:16:11 +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:
@@ -46,6 +46,7 @@ class DefaultApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory
|
||||
}
|
||||
|
||||
/**
|
||||
* GET /
|
||||
*
|
||||
*
|
||||
* @return ModelWithEnumPropertyHavingDefault
|
||||
@@ -76,6 +77,7 @@ class DefaultApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory
|
||||
}
|
||||
|
||||
/**
|
||||
* GET /
|
||||
*
|
||||
*
|
||||
* @return ApiResponse<ModelWithEnumPropertyHavingDefault?>
|
||||
|
||||
Reference in New Issue
Block a user