-
|
Hi, I'm currently using the .from_openapi method with my OpenApi file, but I'm getting some errors and I wish I could debug them manually. Is there any way I could get an intermediate file with all the endpoints methods generated in a python file? I'm looking for the equivalent of https://github.com/koxudaxi/fastapi-code-generator, that allows to check what is actually being generated and debug if needed. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Code is not being generated per se - I'd recommend cloning an editable copy of this repo and setting breakpoints to see the objects created! You can investigate errors directly that way. |
Beta Was this translation helpful? Give feedback.
Code is not being generated per se - I'd recommend cloning an editable copy of this repo and setting breakpoints to see the objects created! You can investigate errors directly that way.