Package dev.restate.admin.api
Class OpenapiApi
java.lang.Object
dev.restate.admin.api.OpenapiApi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ApiException
getApiException
(String operationId, HttpResponse<InputStream> response) OpenAPI specificationOpenAPI specification
-
Constructor Details
-
OpenapiApi
public OpenapiApi() -
OpenapiApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
openapiSpec
OpenAPI specification- Returns:
- Map<String, String>
- Throws:
ApiException
- if fails to make API call- See Also:
-
openapiSpecWithHttpInfo
OpenAPI specification- Returns:
- ApiResponse<Map<String, String>>
- Throws:
ApiException
- if fails to make API call- See Also:
-