publicRenderUrl

open fun publicRenderUrl(path: String, transform: ImageTransformation.() -> Unit = {}): String(source)

Deprecated

Use publicUrl instead

Replace with

publicUrl

Returns the public render url of path with the given transform

Throws

RestException

or one of its subclasses if receiving an error response

HttpRequestTimeoutException

if the request timed out

HttpRequestException

on network related issues