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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user