core-api / python-openapi-codec

An OpenAPI codec for Core API.
Other
33 stars 35 forks source link

Add validation if required is not empty and add them to the parameters #17

Closed angvp closed 7 years ago

angvp commented 7 years ago

otherwise it will ignore it because required can't be empty or is not a valid swagger. Some silly pep8 changes on encode.py as well This fixes #16

Many thanks to @cyncyncyn to help me debug this.