All URIs are relative to https://v3emd2k168.execute-api.us-east-1.amazonaws.com/dev
Method | HTTP request | Description |
---|---|---|
optionSwaggerCodegen | GET /Swagger-Codegen |
Cat optionSwaggerCodegen()
// Import classes:
//import io.swagger.client.api.TestingApi;
TestingApi apiInstance = new TestingApi();
try {
Cat result = apiInstance.optionSwaggerCodegen();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling TestingApi#optionSwaggerCodegen");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json