Nothing
test_that("oauth_request works", {
req <- httr2::request(get_osmapi_url())
req_oauth <- oauth_request(req = req)
without_internet({
expect_GET(httr2::req_perform(req_oauth))
})
})
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.