jonthegeek / rapid

R 'API' documents
https://rapid.api2r.org/
Other
6 stars 1 forks source link

rapid

Lifecycle:
experimental CRAN
status Codecov test
coverage R-CMD-check

Convert an API description (APID), such as one that follows the OpenAPI Specification, to an R API description object. The R object belongs to a new S7 class, rapid, which enforces a strict, opinionated schema.

Installation

Install the released version of rapid from [CRAN](https://cran.r-project.org/): ``` r install.packages("rapid") ```
Install the development version of rapid from [GitHub](https://github.com/): ``` r # install.packages("pak") pak::pak("jonthegeek/rapid") ```

Usage

This package will be used by {beekeeper} and {mockplumber}.

Code of Conduct

Please note that the rapid project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.