public interface ServerActionsRetrofitApi
Class that holds all the request that represent a direct
Since:
1/13/15
  • Method Details

    • updateServerState

      @POST("/exxtractor/api/v2/state") void updateServerState(@Query("token") String token, @Body ServerState serverState, retrofit.Callback<retrofit.client.Response> handler)
    • getExxtractorLogs

      @GET("/exxtractor/api/v2/logs") void getExxtractorLogs(@Query("token") String token, retrofit.Callback<LogFile> handler)
    • getServerInfo

      @GET("/controller/api/v3/config-virtual/public") void getServerInfo(retrofit.Callback<ServerInfo> handler)