Nothing
without_internet({
test_that("Query params to get task", {
con <- Connect$new(server = "https://connect.example", api_key = "fake")
expect_GET(
con$task("asdf"),
"https://connect.example/__api__/v1/tasks/asdf?first=0&wait=5"
)
})
})
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.