inst/extdata/sample_specs/README.md

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"
)


Try the rapiclient package in your browser

Any scripts or data that you put into this service are public.

rapiclient documentation built on Sept. 14, 2024, 9:09 a.m.