abstract fun makeUrlFromName(name: String!): String!
Try to create a URL using a string.
name - String!: string.
name
Return String!: The created URL.
Throw if the string is empty.
Throw if the string doesn't allow to create a valid URL.