Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 765 Bytes

GraphvizServer

デモサイト

https://ubiregiinc.github.io/graphviz-server/index.html

仕様

  • index.html にサンプルコードがあります
  • bodyパラメータをつけて送るとレスポンスに encoded_png がBase64エンコードされた画像が入ってきます
    • クライアントではBase64デコードして表示する
  • 画像のレンダリング(dotコマンド)に失敗した場合は error_msgに理由が書いています
  • ステータスコードは常に200を返します

LICENSE

MIT