openapi.tools icon indicating copy to clipboard operation
openapi.tools copied to clipboard

connexion is a server generator for python, not a mock server

Open ddurham2 opened this issue 3 years ago • 1 comments

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

ddurham2 avatar Apr 26 '22 19:04 ddurham2

So close to being a pull request! :D

philsturgeon avatar Mar 01 '23 21:03 philsturgeon