Package tv.mycujoo.mclsnetwork.network
Interface MlsApi
-
- All Implemented Interfaces:
public interface MlsApi
-
-
Method Summary
Modifier and Type Method Description abstract ActionResponsegetActions(@Path(value = "timeline_id") String timelineId, @Query(value = "update_id") String updateId)-
-
Method Detail
-
getActions
@GET(value = "bff/timeline/v1beta1/{timeline_id}") abstract ActionResponse getActions(@Path(value = "timeline_id") String timelineId, @Query(value = "update_id") String updateId)
-
-
-
-