ExportsDataProviderImpl

class ExportsDataProviderImpl(api: ExportsApi, downloadApi: ExportDownloadApi) : BaseDataProvider, ExportsDataProvider

Constructors

Link copied to clipboard
constructor(api: ExportsApi, downloadApi: ExportDownloadApi)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Create a new export

Link copied to clipboard
open suspend override fun downloadExport(exportId: String, saveFolder: File): DataProviderResponse<DownloadExportResult>

Download an export and save it to the given folder

Link copied to clipboard
open suspend override fun getExports(): DataProviderResponse<List<Export>>

Fetch the list of existing exports