Nothing
Code
serializer_fetch("foo")
Condition
Error in `serializer_fetch()`:
! Unsupported cassette serializer "foo".
Code
writeLines(readLines(ser$path))
Output
{
"http_interactions": [
{
"request": {
"method": "GET",
"uri": "http://example.com/"
},
"response": {
"status": 200,
"headers": {
"name": "val"
},
"body": {
"string": "body"
}
},
"recorded_at": "2024-01-01 12:00:00"
}
],
"recorded_with": "VCR-<package_versions>"
}
Code
writeLines(readLines(ser$path))
Output
http_interactions:
- request:
method: GET
uri: http://example.com/
response:
status: 200
headers:
name: val
body:
string: body
recorded_at: 2024-01-01 12:00:00
recorded_with: VCR-<package_versions>
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.