api

fun <T : Any, R : ApiCacheHolder> api(factory: (R) -> T): ApiDelegate<T, R>
@JvmName(name = "apiDelegateExtension")
fun <T : Any, R : ApiCacheHolder> ApiFactory<T, R>.api(): ApiDelegate<T, R>