Interface MyBoxInformationRetrofitAPI
public interface MyBoxInformationRetrofitAPI
Interface for the my box information retrofit based service
- Since:
- 1/28/14
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getMyBoxInformation
(String session, retrofit.Callback<List<ExxtractorInformation>> handler) Retrofit method which retrieves the my box information from the network boxes
-
Method Details
-
getMyBoxInformation
@GET("/api/myapp/boxInformation") void getMyBoxInformation(@Query("session") String session, retrofit.Callback<List<ExxtractorInformation>> handler) throws retrofit.RetrofitError Retrofit method which retrieves the my box information from the network boxes- Parameters:
session
- The current session for MyBox- Throws:
retrofit.RetrofitError
-