tacker/doc/source/devref/api_extensions.rst
Sridhar Ramaswamy 492eba6c4a Cleanup Tacker docs and introduce tox doc test
Deep cleaning of tacker doc/source dir by removing all references
to Neutron, remove non-applicable doc files and various other
fixes and references to Tacker urls. Introduce fixed up HACKING and
CONTRIBUTING docs.

Also add tox 'docs' test run and enable it by default

Change-Id: I90c48eeb3724adb3de3431f1f5464c5200dad071
2015-10-19 19:15:13 +00:00

427 B

API Extensions

API extensions is the standard way of introducing new functionality to the Tacker project, it allows plugins to determine if they wish to support the functionality or not.

Examples

The easiest way to demonstrate how an API extension is written, is by studying an existing API extension and explaining the different layers.

mano_api.rst