-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
75 lines (75 loc) · 2.04 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: rapid
Title: R 'API' Descriptions
Version: 0.0.0.9003
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346")),
person("The Linux Foundation", role = "cph",
comment = "OpenAPI Specification")
)
Description: Convert an 'API' description ('APID'), such as one that
follows the 'OpenAPI Specification', to an R 'API' description object
(a "rapid"). The rapid object follows the 'OpenAPI Specification' to
make it easy to convert to and from 'API' documents.
License: MIT + file LICENSE
URL: https://rapid.api2r.org/, https://github.com/jonthegeek/rapid
BugReports: https://github.com/jonthegeek/rapid/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
glue,
jsonlite,
purrr,
rlang (>= 1.1.0),
S7 (>= 0.2.0),
snakecase,
stbl,
tibble,
tibblify,
xml2,
yaml
Suggests:
testthat (>= 3.0.0)
Remotes:
tibblify=mgirlich/tibblify#191
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'properties.R'
'security.R'
'paths.R'
'components-security_scheme_details.R'
'components-security_schemes.R'
'components.R'
'servers-server_variables.R'
'servers-string_replacements.R'
'servers.R'
'info-origin.R'
'info-license.R'
'info-contact.R'
'info.R'
'zz-rapid.R'
'absolute_paths.R'
'as.R'
'components-reference.R'
'components-schema.R'
'components-security_scheme.R'
'components-security_scheme-api_key.R'
'components-security_scheme-oauth2-scopes.R'
'components-security_scheme-oauth2-flow.R'
'components-security_scheme-oauth2-authorization_code_flow.R'
'components-security_scheme-oauth2-implicit_flow.R'
'components-security_scheme-oauth2-token_flow.R'
'components-security_scheme-oauth2.R'
'rapid-package.R'
'urls.R'
'utils.R'
'validate_in.R'
'validate_lengths.R'
'validate_parallel.R'
'zzz.R'