rapidoc
is a collection of HTML
, JavaScript
, CSS
and fonts assets that generate RapiDoc
documentation from an OpenAPI Specification.
The main purpose of this package is to enable package authors to create APIs that are compatible with RapiDoc and openapis.org.
Package authors providing web interfaces can serve the static files from rapidoc_path()
using httpuv or fiery. As a start, we can also browse them by running
plumber
R package
RapiDoc
API attributes
Further customize RapiDoc
using its API attributes. Use underscores instead of hyphens. R boolean values are converted.
pr()$setDocs("rapidoc", bg_color = "#F5F", show_info = FALSE)
pr() %>% pr_set_docs("rapidoc", bg_color = "#F5F", show_info = FALSE)
The full set of RapiDoc
API attributes is supported.
To learn more about RapiDoc
visit: