Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 562 Bytes

index.rst

File metadata and controls

executable file
·
19 lines (13 loc) · 562 Bytes

Plugins

Plugins offer developers an easy way of adapting and extending an :doc:`Endpoint </glossary/endpoint>`. In this chapter the plugin system is introduced as well as the event system it based on. After an overview of the architecture an example plugin is discussed.

.. toctree::
    :hidden:

    introduction
    events
    architecture
    example

The source code of example plugins can be found in this git repository. Feel free to contribute.