Package: rapiclient
Type: Package
Title: Dynamic OpenAPI/Swagger Client
Version: 0.1.3
Authors@R: person("Darko", "Bergant", email = "darko.bergant@gmail.com",
                  role = c("aut", "cre"))
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)
License: MIT + file LICENSE
Imports: jsonlite, httr, yaml
LazyData: TRUE
RoxygenNote: 6.1.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2020-01-17 12:36:44 UTC; DarkoB
Author: Darko Bergant [aut, cre]
Maintainer: Darko Bergant <darko.bergant@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-17 13:10:03 UTC
Built: R 4.0.2; ; 2020-07-16 16:41:57 UTC; unix
