Replies: 1 comment
-
@kenjones-cisco I saw that you are on the technical committee for this repository for Python, do you happen to know if this is currently supported or know anyone I may be able to get in contact with who might know? My team and I are trying to run a feasibility study on Swaggers code generation capabilities for creating a Python client to interact with our ReST services and this would help clear up a big question. Any help is greatly appreciated, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the Python client generator support discriminator polymorphism?
I have been looking around at various threads and have not been able to find a definitive answer. My team and I have created an API spec that uses discriminator polymorphism that we are able to generate a C# client that mirrors our server but when using the same API spec to generate a Python client, the client crashes when parsing polymorphic responses. Is this due to a lack of support or has someone been able to successfully generate a python client using an API spec that uses polymorphism?
Beta Was this translation helpful? Give feedback.
All reactions