DataAPIClient

API client for the KordEx data collection API.

Functions

Link copied to clipboard
suspend fun delete(uuid: UUID): Boolean

Delete a piece of collected data by providing its ID.

Link copied to clipboard
suspend fun get(uuid: UUID): DataEntity?

Get a piece of collected data by providing its ID.

Link copied to clipboard
suspend fun submit(data: Entity): UUID

Submit a collected data entity for storage.