@@ -31,15 +31,18 @@ This runs all tests and packages the library.
31
31
<a name =" documentation-for-api-endpoints " ></a >
32
32
## Documentation for API Endpoints
33
33
34
- All URIs are relative to * http://petstore.swagger.io/v2 *
34
+ All URIs are relative to * / *
35
35
36
36
Class | Method | HTTP request | Description
37
37
------------ | ------------- | ------------- | -------------
38
+ * DefaultApi* | [ ** testMethod** ] ( docs/DefaultApi.md#testmethod ) | ** GET** /test |
38
39
* PetApi* | [ ** addPet** ] ( docs/PetApi.md#addpet ) | ** POST** /pet | Add a new pet to the store
39
40
* PetApi* | [ ** deletePet** ] ( docs/PetApi.md#deletepet ) | ** DELETE** /pet/{petId} | Deletes a pet
40
41
* PetApi* | [ ** findPetsByStatus** ] ( docs/PetApi.md#findpetsbystatus ) | ** GET** /pet/findByStatus | Finds Pets by status
41
42
* PetApi* | [ ** findPetsByTags** ] ( docs/PetApi.md#findpetsbytags ) | ** GET** /pet/findByTags | Finds Pets by tags
43
+ * PetApi* | [ ** getAllPets** ] ( docs/PetApi.md#getallpets ) | ** GET** /allPets |
42
44
* PetApi* | [ ** getPetById** ] ( docs/PetApi.md#getpetbyid ) | ** GET** /pet/{petId} | Find pet by ID
45
+ * PetApi* | [ ** getRandomPet** ] ( docs/PetApi.md#getrandompet ) | ** GET** /randomPet |
43
46
* PetApi* | [ ** updatePet** ] ( docs/PetApi.md#updatepet ) | ** PUT** /pet | Update an existing pet
44
47
* PetApi* | [ ** updatePetWithForm** ] ( docs/PetApi.md#updatepetwithform ) | ** POST** /pet/{petId} | Updates a pet in the store with form data
45
48
* PetApi* | [ ** uploadFile** ] ( docs/PetApi.md#uploadfile ) | ** POST** /pet/{petId}/uploadImage | uploads an image
@@ -54,16 +57,25 @@ Class | Method | HTTP request | Description
54
57
* UserApi* | [ ** getUserByName** ] ( docs/UserApi.md#getuserbyname ) | ** GET** /user/{username} | Get user by user name
55
58
* UserApi* | [ ** loginUser** ] ( docs/UserApi.md#loginuser ) | ** GET** /user/login | Logs user into the system
56
59
* UserApi* | [ ** logoutUser** ] ( docs/UserApi.md#logoutuser ) | ** GET** /user/logout | Logs out current logged in user session
57
- * UserApi* | [ ** updateUser ** ] ( docs/UserApi.md#updateuser ) | ** PUT** /user/{username} | Updated user
60
+ * UserApi* | [ ** userUsernamePut ** ] ( docs/UserApi.md#userusernameput ) | ** PUT** /user/{username} | Updated user
58
61
59
62
<a name =" documentation-for-models " ></a >
60
63
## Documentation for Models
61
64
65
+ - [ io.swagger.client.models.AllPetsResponse] ( docs/AllPetsResponse.md )
62
66
- [ io.swagger.client.models.ApiResponse] ( docs/ApiResponse.md )
67
+ - [ io.swagger.client.models.Body] ( docs/Body.md )
68
+ - [ io.swagger.client.models.Cat] ( docs/Cat.md )
63
69
- [ io.swagger.client.models.Category] ( docs/Category.md )
70
+ - [ io.swagger.client.models.Dog] ( docs/Dog.md )
71
+ - [ io.swagger.client.models.NullableEnumModel] ( docs/NullableEnumModel.md )
72
+ - [ io.swagger.client.models.OneOfAllPetsResponseItems] ( docs/OneOfAllPetsResponseItems.md )
73
+ - [ io.swagger.client.models.OneOfSinglePetResponsePet] ( docs/OneOfSinglePetResponsePet.md )
64
74
- [ io.swagger.client.models.Order] ( docs/Order.md )
65
75
- [ io.swagger.client.models.Pet] ( docs/Pet.md )
76
+ - [ io.swagger.client.models.SinglePetResponse] ( docs/SinglePetResponse.md )
66
77
- [ io.swagger.client.models.Tag] ( docs/Tag.md )
78
+ - [ io.swagger.client.models.Test] ( docs/Test.md )
67
79
- [ io.swagger.client.models.User] ( docs/User.md )
68
80
69
81
<a name =" documentation-for-authorization " ></a >
@@ -73,12 +85,16 @@ Class | Method | HTTP request | Description
73
85
### api_key
74
86
75
87
88
+ <a name =" bearer " ></a >
89
+ ### bearer
90
+
91
+
76
92
<a name =" petstore_auth " ></a >
77
93
### petstore_auth
78
94
79
95
- ** Type** : OAuth
80
96
- ** Flow** : implicit
81
- - ** Authorization URL** : http://petstore.swagger.io/api/ oauth/dialog
97
+ - ** Authorization URL** : http://petstore.swagger.io/oauth/dialog
82
98
- ** Scopes** :
83
99
- :
84
100
0 commit comments