-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 843 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: rapiclient
Type: Package
Title: Dynamic OpenAPI/Swagger Client
Version: 0.1.8
Authors@R: c(
person("Darko", "Bergant", , "darko.bergant@gmail.com", "aut"),
person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu", c("cre", "ctb"),
comment = c(ORCID = "0000-0002-3242-0582")
),
person("Alexandru", "Mahmoud", , , "ctb"),
person("Sean", "Davis", , , "ctb"),
person("Martin", "Morgan", , , "ctb")
)
URL: https://github.com/bergant/rapiclient
BugReports: https://github.com/bergant/rapiclient/issues
Description: Access services specified in OpenAPI (formerly Swagger) format.
It is not a code generator. Client is generated dynamically as a list of R
functions.
Depends:
R (>= 3.3.0)
License: MIT + file LICENSE
Imports:
jsonlite,
httr,
tools,
yaml
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat