Nothing
The Swagger Petstore is an example API used for testing.
The files were obtained from swagger.io.
In JSON format:
download.file(
url = "http://petstore.swagger.io/v2/swagger.json",
destfile = "inst/extdata/sample_specs/petstore.json"
)
In YAML format:
download.file(
url = "http://petstore.swagger.io/v2/swagger.yaml",
destfile = "inst/extdata/sample_specs/petstore.yaml"
)
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.