R/cch_heartbeat.R

Defines functions cch_heartbeat

Documented in cch_heartbeat

#' Get heartbeat
#'
#' @export
#' @param ... Curl options passed to [crul::HttpClient()]
#' @return list of routes
#' @examples \dontrun{
#' cch_heartbeat()
#' }
cch_heartbeat <- function(...) {
  x <- ccc_GET("heartbeat", args = NULL, email = NULL, no_token = TRUE, ...)
  cch_parse(x, TRUE)
}
ropenscilabs/cchecks documentation built on Sept. 14, 2022, 3:54 a.m.