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:
Ross Sullivan
2025-02-09 22:55:23 +09:00
committed by GitHub
parent adbbe68d4d
commit e1130c343a
113 changed files with 1007 additions and 0 deletions

View File

@@ -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?>