buildTibiaUrl

fun buildTibiaUrl(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.


fun buildTibiaUrl(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.