Previous topic

plantweb.main

Next topic

plantweb.render

This Page

plantweb.plantuml

Plantuml encoding module.

Functions

plantweb.plantuml.plantuml(server, extension, content)

Call the PlantUML server.

Parameters:
  • server (str) – Base URL for the server.
  • extension (str) – File format / extension to use for the request.
  • content (str) – Content to render.
Returns:

Response of the request.

Return type:

str