mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
Generated retrofit2 petstore files
This commit is contained in:
parent
72221b1cf9
commit
25a127240a
@ -60,7 +60,9 @@ public interface PetApi {
|
||||
* Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
|
||||
* @param tags Tags to filter by (required)
|
||||
* @return Call<List<Pet>>
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
@GET("pet/findByTags")
|
||||
Call<List<Pet>> findPetsByTags(
|
||||
@retrofit2.http.Query("tags") CSVParams tags
|
||||
|
@ -60,7 +60,9 @@ public interface PetApi {
|
||||
* Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
|
||||
* @param tags Tags to filter by (required)
|
||||
* @return Call<List<Pet>>
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
@GET("pet/findByTags")
|
||||
Observable<List<Pet>> findPetsByTags(
|
||||
@retrofit2.http.Query("tags") CSVParams tags
|
||||
|
@ -60,7 +60,9 @@ public interface PetApi {
|
||||
* Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
|
||||
* @param tags Tags to filter by (required)
|
||||
* @return Call<List<Pet>>
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
@GET("pet/findByTags")
|
||||
Observable<List<Pet>> findPetsByTags(
|
||||
@retrofit2.http.Query("tags") CSVParams tags
|
||||
|
Loading…
Reference in New Issue
Block a user