Chapter 6 - the REST interface

Rustogramer has no interactive interface baked into it. It does provide a REST-like interface/API to which user interface programs can use. There are two language bindings to this interface:

  • Tcl which you can use to create/port GUIs using Tcl/Tk
  • Python which also includes a sample fully featured GUI

To be clear, these are client side APIs. If you are interested in contributing a binding for another language, here is documentation for tha requests and responses