Package: rapiclient
Type: Package
Title: Dynamic OpenAPI/Swagger Client
Version: 0.1.5
Authors@R: c(
  person("Darko", "Bergant", , "darko.bergant@gmail.com", "aut"),
  person("Marcel", "Ramos", , "marcel.ramos@roswellpark.org", 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, yaml
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2024-05-20 21:20:26 UTC; mramos
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@roswellpark.org>
Repository: CRAN
Date/Publication: 2024-05-21 11:20:50 UTC
Built: R 4.2.3; ; 2024-05-21 14:52:06 UTC; unix
