//urlshortener/app.cash.tempest.urlshortener.java/UrlShortener/shorten
shorten¶
[jvm]\ abstract fun shorten(shortUrl: String, destinationUrl: String): Boolean
Creates a custom alias from shortUrl
to destinationUrl
.
Return¶
false if shortUrl
is taken.