Nothing
library("vcr") # *Required* as vcr is set up on loading
get_auth_credentials()
invisible(vcr::vcr_configure(
dir = "../fixtures",
filter_request_headers = list(Authorization = "My bearer token is safe"),
write_disk_path = "../vcr_files"
))
vcr::check_cassette_names()
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.