public interface VersionApi
retrofit2.Call<okhttp3.ResponseBody>
getCommitId()
getVersion()
@GET(value="/api/v1/hive/version") retrofit2.Call<okhttp3.ResponseBody> getVersion()
@GET(value="/api/v1/hive/commithash") retrofit2.Call<okhttp3.ResponseBody> getCommitId()