forked from loafle/openapi-generator-original
16 lines
665 B
Plaintext
16 lines
665 B
Plaintext
Package: petstore
|
|
Title: R Package Client for OpenAPI Petstore
|
|
Version: 1.0.0
|
|
Author: person("OpenAPI Generator community", email = "team@openapitools.org", role = c("aut", "cre"))
|
|
Maintainer: OpenAPI Generator community <team@openapitools.org>
|
|
Description: This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
|
URL: https://github.com/GIT_USER_ID/GIT_REPO_ID
|
|
BugReports: https://github.com/GIT_USER_ID/GIT_REPO_ID/issues
|
|
Depends: R (>= 3.3)
|
|
Encoding: UTF-8
|
|
License: Apache License 2.0
|
|
LazyData: true
|
|
Suggests: testthat
|
|
Imports: jsonlite, httr2, R6, base64enc, stringr
|
|
RoxygenNote: 7.2.1
|