Interface ClusterVersionApi


  • public interface ClusterVersionApi
    • Method Detail

      • getVersion

        @GET("config/clusterversion")
        retrofit2.Call<ClusterVersion> getVersion()
        Gets the current version of the cluster server.
        Returns:
        Call<ClusterVersion>