Nothing
test_that("can parse open api spec", {
skip_on_cran()
skip_if(getRversion() < "3.6")
expect_no_error(
# supprss `incomplete final line` warning
suppressWarnings(
parse_openapi_spec("https://dtrnk0o2zy01c.cloudfront.net/openapi/en-us/dest/SponsoredProducts_prod_3p.json")
)
)
})
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.