2014-07-01 17:11:09 +09:00
|
|
|
==============
|
|
|
|
API Extensions
|
|
|
|
==============
|
|
|
|
|
|
|
|
API extensions is the standard way of introducing new functionality
|
2015-10-15 02:47:33 +00:00
|
|
|
to the Tacker project, it allows plugins to determine if they wish
|
|
|
|
to support the functionality or not.
|
2014-07-01 17:11:09 +09:00
|
|
|
|
|
|
|
Examples
|
|
|
|
========
|
|
|
|
|
|
|
|
The easiest way to demonstrate how an API extension is written, is
|
|
|
|
by studying an existing API extension and explaining the different layers.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2015-10-15 02:47:33 +00:00
|
|
|
mano_api.rst
|