Add support for default parameter values
edfreeman opened this issue · 0 comments
edfreeman commented
Currently, Menes doesn't support the passing through of default values for parameters as they have been defined in the OpenAPI document.
This means that either the parameter must be explicitly specified for Menes to pick up its value, or the logic to default the parameter value needs to happen in the application code (therefore duplicating the number of places the "default" logic lives).