downloadImage

abstract suspend fun downloadImage(url: String, authorization: BasicHttpAuthorization?): ByteArray(source)

Executes the downloadImage step in the SDAI network layer.

Return

Result produced by downloadImage.

Author

Dmitriy Moroz

Parameters

url

remote URL used by the operation.

authorization

authorization value consumed by the API.