JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 49 forks source link

Nullable enum type binding. #136

Open ghost opened 4 years ago

ghost commented 4 years ago

Currently you can bind enums,but not null-able enum types through HTTP Query parameters. Is there a thought of putting this in the future