openapi.tools
openapi.tools copied to clipboard
connexion is a server generator for python, not a mock server
Connexion is documented as a mock server, rather it aids in generating a server, calling a method with the name specified in the openapi for each endpoint, only after all input validation, and optionally authentication, is automatically done for you.
https://github.com/apisyouwonthate/openapi.tools/blob/d916eca2a0d421c2ebe7973994dc172002ed3172/_data/tools.yml#L626
So close to being a pull request! :D