All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
getHealthHealthGet | GET /health | Check if the API is running correctly |
Object getHealthHealthGet()
Check if the API is running correctly
Health check for the API
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.HealthApi;
HealthApi apiInstance = new HealthApi();
try {
Object result = apiInstance.getHealthHealthGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling HealthApi#getHealthHealthGet");
e.printStackTrace();
}
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: Not defined
- Accept: application/json