Nothing
library("vcr") # *Required* as vcr is set up on loading
with_stubbed_credentials({
invisible(vcr::vcr_configure(
filter_sensitive_data = list(
"<<<api_key>>>" = air:::get_key() |> result::value(),
"<<<api_model>>>" = air:::get_model() |> result::value()
),
dir = vcr::vcr_test_path("fixtures")
))
})
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.