tests/testthat/create-example-response.R

# Normal
response <- request("GET", "surveys")
saveRDS(response, "response.Rds")

# "Request proxied" notice
response_with_notice <- suppressWarnings(request("GET", "surveys", subdomain =
    "az1"))
saveRDS(response_with_notice, "response_with_notice.Rds")
cloudyr/qualtrics documentation built on May 13, 2019, 8:21 p.m.