core-api / python-openapi-codec

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

fixing #37 issue support of definitions for nested objects #38

Open xxmatyuk opened 7 years ago

xxmatyuk commented 7 years ago
xxmatyuk commented 7 years ago

@tomchristie I think it's ready to be merged.

joshowen commented 6 years ago

hey @xxmatyuk is this still inflight? It would be immensely helpful for a problem I'm running into - please let me know if I can help out at all!

xxmatyuk commented 6 years ago

hey @joshowen! Now you gave me a strong reason to finish it =) I'll try to squeeze my duties and make it done, and for sure will let you know If any help's needed!

joshowen commented 6 years ago

Hey @xxmatyuk Please let us know if we can help out at all with this issue.

xxmatyuk commented 6 years ago

test is failing due to some python3.X difference I'm looking into now (filter object is a problem). Though, works like a charm on python2.x.

xxmatyuk commented 6 years ago

@tuffnatty @tuky @tovmeod now it's really ready for review, so feel free.

kolanos commented 5 years ago

@xxmatyuk Did you find a solution for the field name definition conflict?