core-api / python-openapi-codec

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

Encode arrays #52

Open drewpc opened 6 years ago

drewpc commented 6 years ago

Fixes an issue identified in #25 where Array types are always listed as strings. Supports body, form, and query locations. Updated tests to support Python 3.6 and 3.7. I included tests for all of this too.