Interface DatasetApiInterface

The Dataset API encapsulates objects that concern datasets.

interface DatasetApiInterface {
    repository: DatasetRepositoryInterface;
}

Properties

Properties

Data repository for datasets with read and write capabilities. The DatasetRepositoryInterface provides CRUD endpoints.

Generated using TypeDoc