java update petstore clients

This commit is contained in:
wing328
2018-02-22 21:51:14 +08:00
parent d4543a99e3
commit e5001a0c8d
68 changed files with 1007 additions and 145 deletions

View File

@@ -13,6 +13,8 @@ Method | HTTP request | Description
To test class name in snake case
To test class name in snake case
### Example
```java
// Import classes:

View File

@@ -206,7 +206,7 @@ Get user by user name
UserApi apiInstance = new UserApi();
String username = "username_example"; // String | The name that needs to be fetched. Use user1 for testing.
String username = "username_example"; // String | The name that needs to be fetched. Use user1 for testing.
try {
User result = apiInstance.getUserByName(username);
System.out.println(result);
@@ -220,7 +220,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**username** | **String**| The name that needs to be fetched. Use user1 for testing. |
**username** | **String**| The name that needs to be fetched. Use user1 for testing. |
### Return type