public interface StatRetrofitApi
Available methods for the Stats API.
Since:
12/01/15
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sentClientInformationToExxtractor(Stat clientStat, retrofit.Callback<com.squareup.okhttp.internal.http.Response> response)
     
  • Method Details

    • sentClientInformationToExxtractor

      @POST("/exxtractor/api/v2/stats") void sentClientInformationToExxtractor(@Body Stat clientStat, retrofit.Callback<com.squareup.okhttp.internal.http.Response> response)