swagger_to_uml
swagger_to_uml copied to clipboard
Convert OpenAPI specifications (a.k.a. Swagger) to PlantUML diagrams
I get this error: ```bash Traceback` (most recent call last): File "swagger_to_uml.py", line 380, in sw = Swagger.from_file(input_file_name) File "swagger_to_uml.py", line 367, in from_file return Swagger.from_dict(loader(fd)) File "swagger_to_uml.py", line 357,...
…ming convention. **Example:** A theater play has serveral character roles. When creating or updating a `role` resource I want to include the back reference from role to play also in...
PyPI
This tool doesnt appear to be on PyPI yet.
Hello, I really appreciate this tool. Since the python script was converted to shell script with setup it no longer works for me or I do not understand how to...