download

fun download(id: String, type: String? = null, value: String? = null): ByteArray

API that can be used to download file using identifier associated to it

Return

java.io.File

Parameters

id
type

(optional)

value (optional)

Throws