elixir-maru / maru

Elixir RESTful Framework
https://maru.readme.io
BSD 3-Clause "New" or "Revised" License
1.32k stars 84 forks source link

Dependent parameters? #39

Closed damariei closed 7 years ago

damariei commented 8 years ago

How to do dependent parameters in maru, ala Grape?

https://github.com/ruby-grape/grape#dependent-parameters

So I can say, if param1 is found then evaluate this sub-group of parameters.

falood commented 8 years ago

This feature will included in the next version, thank you!