Difference between revisions of "Diagrams"

From BITPlan Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
     }
 
     }
 
</source>
 
</source>
 +
http://diagrams.bitplan.com/render/png/0xb00d69ad.png
 +
 
== Errors ==
 
== Errors ==
 
Example
 
Example

Revision as of 19:42, 14 February 2020

OsProject
id  diagrams
state  
owner  BITPlan
title  Diagrams rendering service for graphviz, mscgen and plantuml
url  https://github.com/BITPlan/diagrams
version  0.0.1
description  
date  2020-02-14
since  
until  

Click here to comment see Diagrams

Json API

Diagrams

Example

{ 
       "diagrams": {
          "png": {
             "url": "http://diagrams.bitplan.com/render/png/0xb00d69ad"
          }
       }
    }

0xb00d69ad.png

Errors

Example

{ 
  "error": "service not ready",
  "message": "not implemented yet"
}

Links