Interface StatRetrofitApi
public interface StatRetrofitApi
Available methods for the Stats API.
- Since:
- 12/01/15
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-