This repository is a place to experiment with and demonstrate various features of
the plumber R package. Local interaction with the
APIs created here happens through the auto-generated Swagger
interface or through Postman. Each experiment is
designed to focus on one particular feature or use case of plumber.
Methods of transferring data in request to plumber API. This examines parsing
the postBody along with file uploads and parsing the query string.
Experiments with cookies in plumber.
Experiments with entrypoint.R and how it affects plumber defined APIs.
Experiments creating a gif serializer for plumber.
Experiments with returning htmlwidgets from plumber.
Experiments to better understand the request object in plumber.
Create implicit documetation for plumber APIs using Rmarkdown comments and
rmarkdown::render().
This experiment is used to better understand how the Swagger works in connection
with plumber.
Experiments to understand programmatic development of plumber APIs.