ImagesResource

Typed image URL and image-content operations.

Constructors

Link copied to clipboard
constructor(http: VmodalHttp)

Functions

Link copied to clipboard

Downloads a bounded batch of images through signed URLs.

Link copied to clipboard
fun getImageFromUrl(urlPreSigned: String, userid: String? = null): ByteArray

Downloads bounded image bytes through a signed URL.

Link copied to clipboard
fun getUrl(mode: String, groupName: String, modality: String, filename: String, streamName: String = "astream", tsUnix13digits: Any? = null, userid: String? = null): ImageUrlResponse

Resolves one image into a temporary signed URL.

Link copied to clipboard
fun getUrlBulk(records: List<Map<String, Any?>>, userid: String? = null): ImageUrlBulkResponse

Resolves multiple image records into temporary signed URLs.