mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 12:27:46 +00:00
* first implementation draft * gitignore virtualenv * use isinstance instead of type function * fix tests * remove unused function * move object parsing to uri_parsing.py * remove not needed import * only test for OpenAPI * remove not needed import * make it work for other cases again * flake8 fixes * python2.7 fixes * isort fix * address code review comments * remove for loop and address other comments * remove not needed abstract function * move array unnesting into uri_parsing * make nested arrays possible * style fixes * style fixes * test other data types * comment and simplify function * WIP: start additionalProperties test * test additionalProperties * remove uneccessary exception * set default values * set default values also in response * flake8 fixes * fix test * use suggestions from dtkav's branch * fix tests partially * fix tests partially * fix tests * fix tests * add comments for clarity