This function is mostly for internal purposes, but may occasionally be useful for direct access to the backend H2O server.
It has same parameters as :meth:H2OConnection.request <h2o.backend.H2OConnection.request>.
h2o.api(endpoint, params = NULL, json = NULL)The parsed response.
REST API endpoints can be obtained using:
For a given route, the supported params can be otained using:
if (FALSE) { # \dontrun{
res <- h2o.api("GET /3/NetworkTest")
res$table
} # }