powered by
vcr
library(webmockr) stub_request("get", "https://httpbin.org/get") stub_request("post", "https://httpbin.org/post") stub_registry()
Run the code above in your browser using DataLab