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