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
NeedsCompilation: no
Packaged: 2024-09-30 16:59:49 UTC; mr148
Author: Darko Bergant [aut],
  Marcel Ramos [cre, ctb] (<https://orcid.org/0000-0002-3242-0582>),
  Alexandru Mahmoud [ctb],
  Sean Davis [ctb],
  Martin Morgan [ctb]
Maintainer: Marcel Ramos <marcel.ramos@sph.cuny.edu>
Repository: CRAN
Date/Publication: 2024-09-30 21:10:02 UTC
Built: R 4.3.3; ; 2024-09-30 23:17:48 UTC; unix
