elixir-maru / maru

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

Phoenix Parameter Support #119

Open Un3qual opened 5 years ago

Un3qual commented 5 years ago

I'm wondering why phoenix parameter support was removed in v0.13.2 and if there are any plans to bring it back.

falood commented 5 years ago

the reason I remove it is maru parameter handle errors as exception which not works well with phoenix. don't have any plan to bring it back because I think there're some good parameter libraries for phoenix.