# NOT RUN {
vcr_configure(dir = tempdir())
insert_cassette("foo_bar")
webmockr::webmockr_allow_net_connect()
library(crul)
cli <- crul::HttpClient$new("https://eu.httpbin.org/get")
one <- cli$get(query = list(a = 5))
z <- http_interactions()
z
z$interactions
z$used_interactions
eject_cassette("foo_bar")
# cleanup
unlink(file.path(tempdir(), "foo_bar.yml"))
# }
Run the code above in your browser using DataLab