Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 712 Bytes

reference.rst

File metadata and controls

19 lines (15 loc) · 712 Bytes

Programming API Reference & Plugins

Firely Server offers an extensive programming API which allows changing the behaviour of the server. Customizations can be implemented using a plugin infrastructure. The reference documentation lists the available plugins for configuring the pipeline, and the public programming API of Firely Server for building Plugins and Facades.

.. toctree::
   :maxdepth: 3
   :titlesonly:

   Plugins <../plugins/plugins>
   Facade <../facade/facade>
   Available plugins <plugins/available_plugins>
   Programming API <programming_api/programming_api>
   Architecture <architecture>
   Dependencies and licenses <dependencies>