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

@@ -99,6 +99,7 @@ class DefaultApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory
}
/**
* GET /test/parameters/{path_default}/{path_nullable}
* Finds Pets by status
* Multiple status values can be provided with comma separated strings
* @param pathDefault path default
@@ -143,6 +144,7 @@ class DefaultApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory
}
/**
* GET /test/parameters/{path_default}/{path_nullable}
* Finds Pets by status
* Multiple status values can be provided with comma separated strings
* @param pathDefault path default