For getting data from a public conbench, we shouldn't require that someone provide a username and password, since the API is open. But I can't find a way to do that for any instance other than conbench.ursa.dev
A very very bad no good workaround for this is (subbing in the correct URL for the conbench instance):
assignInNamespace(
"get_config",
function(...) list("url" = "https://conbench.domain.com/"),
ns="conbenchcoms",
envir=as.environment("package:conbenchcoms")
)
But nobody should actually do this.