java-native added WithHttpInfo (#6704)

remove /t
This commit is contained in:
bgong-mdsol
2020-06-22 04:15:11 -04:00
committed by GitHub
parent 1d86d7e3ac
commit 8400d4c6f9
32 changed files with 6251 additions and 1949 deletions

View File

@@ -36,6 +36,7 @@ public class Example {
Client body = new Client(); // Client | client model
try {
CompletableFuture<Client> result = apiInstance.call123testSpecialTags(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AnotherFakeApi#call123testSpecialTags");