mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
a4f76b889e
openapi3
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
Package: petstore
|
|
Title: R Package Client for OpenAPI Petstore
|
|
Version: 1.0.0
|
|
Authors@R: person("OpenAPI Generator community", email = "team@openapitools.org", role = c("aut", "cre"))
|
|
Description: This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
|
Depends: R (>= 3.3.3)
|
|
Encoding: UTF-8
|
|
License: Unlicense
|
|
LazyData: true
|
|
Suggests: testthat
|
|
Imports: jsonlite, httr, R6
|
|
RoxygenNote: 6.0.1.9000
|