Generated retrofit2 petstore files

This commit is contained in:
Carl E Leiby 2018-01-11 15:51:58 -05:00 committed by wing328
parent 72221b1cf9
commit 25a127240a
3 changed files with 6 additions and 0 deletions

View File

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

View File

@ -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&lt;List&lt;Pet&gt;&gt;
* @deprecated
*/
@Deprecated
@GET("pet/findByTags")
Observable<List<Pet>> findPetsByTags(
@retrofit2.http.Query("tags") CSVParams tags

View File

@ -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&lt;List&lt;Pet&gt;&gt;
* @deprecated
*/
@Deprecated
@GET("pet/findByTags")
Observable<List<Pet>> findPetsByTags(
@retrofit2.http.Query("tags") CSVParams tags