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 (257 forks)batch import
help wanted

Repository metrics

Stars
 (1,437 stars)
PR merge metrics
 (No merged PRs in 30d)

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