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 Config/pak/sysreqs: libssl-dev Repository: https://link-ny.r-universe.dev Date/Publication: 2024-09-30 16:55:22 UTC RemoteUrl: https://github.com/bergant/rapiclient RemoteRef: HEAD RemoteSha: 8969fbf2fb0a4ef1718e6d0431e23df9f54b4f19 NeedsCompilation: no Packaged: 2026-05-25 08:57:40 UTC; root Author: Darko Bergant [aut], Marcel Ramos [cre, ctb] (ORCID: ), Alexandru Mahmoud [ctb], Sean Davis [ctb], Martin Morgan [ctb] Maintainer: Marcel Ramos