-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
29 lines (29 loc) · 843 Bytes
/
DESCRIPTION
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", , "[email protected]", "aut"),
person("Marcel", "Ramos", , "[email protected]", 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