thomas4019 / expressa

API creation middleware with an admin interface
MIT License
439 stars 27 forks source link

Include old doc as parameter for listeners #182

Open kane-mason opened 2 years ago

kane-mason commented 2 years ago

For post, put and changed requests it would be nice to pass the original document as a parameter to the listeners. Often i find myseld needing the original doc, mostly for validation, and having to request the doc, sometimes more than once if you have multiple listners which is ineficient

thomas4019 commented 2 years ago

This is a good idea!