sdk / io.microcms.android / MicrocmsClient / get

get

fun get(endpoint: String, params: List<MicrocmsParameter> = listOf(), callback: (Result<JSONObject>) -> Unit): Unit
fun get(endpoint: String, contentId: String? = null, params: List<MicrocmsParameter> = listOf(), callback: (Result<JSONObject>) -> Unit): Unit