Package: rapiclient
Type: Package
Title: Dynamic OpenAPI/Swagger Client
Version: 0.1.4
Authors@R: c(
  person("Darko", "Bergant", , "darko.bergant@gmail.com", c("aut", "cre")),
  person("Marcel", "Ramos", , , "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-04-23 19:04:56 UTC; DarkoB
Author: Darko Bergant [aut, cre],
  Marcel Ramos [ctb],
  Sean Davis [ctb],
  Martin Morgan [ctb]
Maintainer: Darko Bergant <darko.bergant@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-23 19:30:02 UTC
