Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 20, 2021

  1. Try catch serdes serialize and deserialize in order to avoid Internal…

    … Server Error and return BadRequest errors cdimascio#601
    pilerou committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    449cf88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce5194b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    c0983c6 View commit details
    Browse the repository at this point in the history
  2. Allow to get the generated request AJV object in order to use it out …

    …of an OpenAPI and express usage (websocket...)
    
    cdimascio#683
    pilerou committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    52429c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb8424 View commit details
    Browse the repository at this point in the history
  4. 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
    pilerou committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    8fc7226 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Delete comments cdimascio#683

    pilerou committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    64d3db3 View commit details
    Browse the repository at this point in the history