Skip to content

Generate Mermaid diagram for OpenAPI #820

Description

@darrelmiller

e.g.

flowchart LR
root["/"] --> Pets
root --> Users["users"]
Users --> User["{userId}"]
User --> UserPets["pets"]
root --> Store[""store]
Pets --> Pet["{petId}"]
Pet --> Owner[""owner] 
Loading

or

flowchart LR
root["/"] -- pets --> Pets
root -- users --> Users["GET, POST"]
Users -- "{userId}" --> User["GET,PATCH,DELETE"]
User -- pets --> UserPets["GET,POST"]
root -- store --> Store[""store]
Pets -- "{petId}" --> Pet["GET,PATCH,DELETE"]
Pet -- owner --> Owner["GET"] 
Loading

Metadata

Metadata

Labels

priority:p3Nice to have. Customer impact is very minimaltype:featureNew experience request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions