public interface DownloadDataset
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<DownloadDataV3> |
fetch()
Download dataset as a CSV.
|
retrofit2.Call<DownloadDataV3> |
fetchStreaming()
Download dataset as a CSV.
|
@GET(value="/3/DownloadDataset") retrofit2.Call<DownloadDataV3> fetch()
@GET(value="/3/DownloadDataset.bin") retrofit2.Call<DownloadDataV3> fetchStreaming()