Nothing
#' @rdname lists
#' @export
list_params <- function(api,
endpoint) {
if (is.null(.cfg$apis[[api]])) {
stop("The API '", api, "' is not available on Hub'Eau, or is not implemented in the package")
}
if (is.null(.cfg$apis[[api]]$endpoints[[endpoint]])) {
stop("The endpoint '", endpoint, "' is not available for this API, or is not implemented in the package")
}
.cfg$apis[[api]]$endpoints[[endpoint]]$fields
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.