Files
gotify-android-client/client/docs/HealthApi.md
Jannis Mattheis 4edaa1943f Update client
2020-07-13 19:41:39 +02:00

948 B

HealthApi

All URIs are relative to http://localhost

Method HTTP request Description
getHealth GET health Get health information.

getHealth

Health getHealth()

Get health information.

Example

// Import classes:
//import com.github.gotify.client.ApiException;
//import com.github.gotify.client.api.HealthApi;


HealthApi apiInstance = new HealthApi();
try {
    Health result = apiInstance.getHealth();
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling HealthApi#getHealth");
    e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

Health

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json