z0mt3c / node-restify-validation

Validation for REST Services built with node-restify in node.js
MIT License
91 stars 49 forks source link

Clarifying README.md and limiting Restify to 4.x.x #65

Closed educalleja closed 7 years ago

educalleja commented 7 years ago

Unittests fail with new version of Restify 5.0.0. Before adapting the library to this version I opted to force using a smaller version of Restify. Added a small clarification on README.md as I did not find clear how to validate JSON bodies.

gchauvet commented 7 years ago

Thank you for your contribution !