You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate your approach to wanting to simply input a class with endpoints, however I would like to use python syntax to create my own openapi doc by iterating over endpoints in my schema. For instance I have a python klein app and would like to iterate over its endpoints inspect the source and create a spec from that to avoid some of the implicit assumptions about naming ect.
The text was updated successfully, but these errors were encountered:
I am not sure I fully understand this feature request. Could you elaborate and/or provide an example?
We do use a Python syntax to define endpoints, and we use python-openapi capabilities to generate an OpenAPI Specification from the Python descriptor. How does the challenge you face differ from what python-openapi offers today?
I appreciate your approach to wanting to simply input a class with endpoints, however I would like to use python syntax to create my own openapi doc by iterating over endpoints in my schema. For instance I have a python
klein
app and would like to iterate over its endpoints inspect the source and create a spec from that to avoid some of the implicit assumptions about naming ect.The text was updated successfully, but these errors were encountered: