kislerdm / diagramastext

Application to streamline diagram generation using plain English instructions instead of code
https://diagramastext.dev
Apache License 2.0
26 stars 1 forks source link

Add PlantUML interface #2

Closed kislerdm closed 1 year ago

kislerdm commented 1 year ago

Problem

Generated diagram instructions shall be converted to the svg-encoded diagram using PlantUML endpoint http://www.plantuml.com/plantuml/svg/{{.diagramEncodedString}}

Proposed Solution

Develop the ClientPlantUML to communicate with PlantUML over HTTP

DoD

kislerdm commented 1 year ago

PlantUMLClient has been implemented already - the task is redundant.