Need help - Swagger CodeGen ?
Thanks for providing Swagger CodeGen and reviewing my thread.
*** Swagger version 2.0 ***
I have created server and client modules in Python. I am able to view the API in a web browser using the Swagger editor for my yml file.
In this mode,
parameters:
$ref: "#/definitions/Image" is not getting resolved.
I followed the steps from the generated README doc and installed the server & client modules in Ubuntu.
When I invoke python3 -m swagger_server to run the server, I receive the following error: name 'Image' is not defined.
I am trying to load in a set of PNG files as an input for the server, but I am unsure of how to do this with my yml file (with the required reference command for my image object) and generated scripts from the swagger editor.
As the swagger editor generates a large amount of python scripts and files, how do I add the required functionality to these files?
Thanks for your guidance.