davidmoten / openapi-to-plantuml

Converts OpenAPI 3.0 definitions to Plant UML text for visualisation of your API.
Apache License 2.0
95 stars 18 forks source link

Multi Level Direction #187

Open ubu2020user opened 11 months ago

ubu2020user commented 11 months ago

Limitations: Only handles internal references ("#/*"), that is the yaml file should be self-contained. As of 0.1.9 external refs are displayed but not exploded. Full external reference support is being considered.

Dear creator, I need this feature and would like to enable it. What do you need in order to make it possible. I haven't taken the time to work into the code and create a new branch with that feature. Are you working on it yourself?

Thank you for your great work :)

davidmoten commented 11 months ago

Not too hard to do, I've just had a quick look but not working yet.