Interface GlobalApiClient
public interface GlobalApiClient
-
Method Summary
Modifier and TypeMethodDescriptionvoidhealth()Checks if it can connect to the Global Api, any other status code than 204 or 404 will throw
-
Method Details
-
health
void health()Checks if it can connect to the Global Api, any other status code than 204 or 404 will throw
-