public interface FrameChunks
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<FrameChunksV3> |
fetch(java.lang.String frame_id)
Return information about chunks for a given frame.
|
@GET(value="/3/FrameChunks/{frame_id}")
retrofit2.Call<FrameChunksV3> fetch(@Path(value="frame_id")
java.lang.String frame_id)
frame_id - ID of a given frame