Package: rapid Title: R 'API' Descriptions Version: 0.0.0.9004 Authors@R: c( person("Jon", "Harmon", , "jonthegeek@gmail.com", 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/api2r/rapid BugReports: https://github.com/api2r/rapid/issues Depends: R (>= 4.1.0) Imports: cli, glue, jsonlite, purrr, rlang (>= 1.1.0), S7 (>= 0.2.2.9000), snakecase, stbl (>= 0.3.0.9000), tibble, tibblify (>= 0.4.0), xml2, yaml Suggests: httr2, testthat (>= 3.0.0) Remotes: wranglezone/stbl, wranglezone/tibblify, RConsortium/S7 Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Collate: 'aaa-conditions.R' 'aaa-shared_params.R' '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' 'swagger_to_openapi.R' 'urls.R' 'utils.R' 'validate_in.R' 'validate_lengths.R' 'validate_parallel.R' 'zzz.R' Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://jonthegeek.r-universe.dev Date/Publication: 2026-05-31 22:03:31 UTC RemoteUrl: https://github.com/jonthegeek/rapid RemoteRef: HEAD RemoteSha: bb37723115d282ccb5c8d8bf562719f5c302d03b NeedsCompilation: no Packaged: 2026-07-03 15:03:43 UTC; root Author: Jon Harmon [aut, cre] (ORCID: ), The Linux Foundation [cph] (OpenAPI Specification) Maintainer: Jon Harmon