Diagrams: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
|version=0.0.1}}
|version=0.0.1}}
{{:Diagrams/Links}}
{{:Diagrams/Links}}
= Json API =
== Errors ==
Example
<source lang='json'>
{
  "error": "service not ready",
  "message": "not implemented yet"
}
</source>
= Links =
= Links =
* https://diagrams.bitplan.com
* https://diagrams.bitplan.com
* https://www.mediawiki.org/wiki/Extension:Diagrams
* https://www.mediawiki.org/wiki/Extension:Diagrams

Revision as of 17:33, 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

Errors

Example

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

Links