Thanks for looking into this issue. I am using the Pet Store example which can be found on the Swagger Editor website, which shows the API file being inputted and the resulting API in the Swagger UI :
https://editor.swagger.io/
I am trying to extend this demo to include pet images (in PNG format), a list of the inputted files, and characteristics about them
I tried to run the Python Client generated from the Swagger editor, but I am getting the following error:
Failed to establish a new connection: [errno 113] no route to host
Is it possible to do this with the Python Client provided in the Swagger editor, or do I need to use another language like Golang instead?
I have looked online for some tutorial pieces (both on YouTube and other forums) which explain the purpose of the API client and its usability, but I have not found any which give a suitable explanation.
Thanks for your guidance.