mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* add r echo api client sample * add r workflow * fix * add env * set r version * install curl * install dep * fix * comment out installation
16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
Package: openapi
|
|
Title: R Package Client for Echo Server API
|
|
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: Echo Server API
|
|
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 2.0
|
|
LazyData: true
|
|
Suggests: testthat
|
|
Imports: jsonlite, httr, R6, base64enc, stringr
|
|
RoxygenNote: 7.2.1
|