tibiaUrl
fun tibiaUrl(section: String, vararg params: Pair<String, Any?>, test: Boolean = false, anchor: String? = null): String(source)
Build a URL to Tibia.com.
Parameters
section
The desired section.
params
The query arguments to pass.
test
Whether to get a URL to the testing version of Tibia.com.
anchor
The anchor to append to the URL.
fun tibiaUrl(section: String, subtopic: String, vararg params: Pair<String, Any?>, test: Boolean = false, anchor: String? = null): String(source)
Build a URL to Tibia.com.
Parameters
section
The desired section.
subtopic
The desired subtopic.
params
The query arguments to pass.
test
Whether to get a URL to the testing version of Tibia.com.
anchor
The anchor to append to the URL.