Nothing
test_that("api_request returns correct objects", {
skip_on_cran()
Sys.sleep(10)
base_url <- "https://api.coingecko.com"
url <- httr::modify_url(base_url, path = c("api", "v3", "ping"))
r <- api_request(url = url, max_attempts = 3L)
data <- r$gecko_says
expect_identical(data, "(V3) To the Moon!")
})
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.