Interface ClusterVersionApi
-
public interface ClusterVersionApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<ClusterVersion>
getVersion()
Gets the current version of the cluster server.
-
-
-
Method Detail
-
getVersion
@GET("config/clusterversion") retrofit2.Call<ClusterVersion> getVersion()
Gets the current version of the cluster server.- Returns:
- Call<ClusterVersion>
-
-