-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Init OpenAPIValidator in order to use Ajv objects #685
base: master
Are you sure you want to change the base?
Commits on Dec 20, 2021
-
Try catch serdes serialize and deserialize in order to avoid Internal…
… Server Error and return BadRequest errors cdimascio#601
Configuration menu - View commit details
-
Copy full SHA for 449cf88 - Browse repository at this point
Copy the full SHA 449cf88View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5194b - Browse repository at this point
Copy the full SHA ce5194bView commit details
Commits on Dec 24, 2021
-
fix the unit test and change message to a more human friendly descrip…
…tion of the error cdimascio#601
Configuration menu - View commit details
-
Copy full SHA for c0983c6 - Browse repository at this point
Copy the full SHA c0983c6View commit details -
Allow to get the generated request AJV object in order to use it out …
…of an OpenAPI and express usage (websocket...) cdimascio#683
Configuration menu - View commit details
-
Copy full SHA for 52429c5 - Browse repository at this point
Copy the full SHA 52429c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb8424 - Browse repository at this point
Copy the full SHA ecb8424View commit details -
ResponseValidator's Ajv can be useful too.
So we return an object that contains both request ajv and response ajv : ```javascript ajvs = { req : 'Ajv object' res : 'Ajv object' } ``` cdimascio#683
Configuration menu - View commit details
-
Copy full SHA for 8fc7226 - Browse repository at this point
Copy the full SHA 8fc7226View commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 64d3db3 - Browse repository at this point
Copy the full SHA 64d3db3View commit details