Interface GlobalApiClient
@Client("${http.baseUrl.api}")
@Header(name="User-Agent",
value="GeyserMC/Floodgate")
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
@Get("/healthy") void health()Checks if it can connect to the Global Api, any other status code than 204 or 404 will throw
-