rstudio/plumber

Parse parameters if a OpenAPI type is specified

Open

#762 opened on Feb 5, 2021

View on GitHub
 (8 comments) (1 reaction) (0 assignees)R (1,437 stars) (257 forks)batch import
help wanted

Description

Fixes #755

Would need to undo https://github.com/rstudio/plumber/pull/756 , but it is fair that this be the default behavior.

If nothing is specified, then no type conversion should be attempted.

Contributor guide