neutron/doc/source/devref/api_extensions.rst
Akihiro Motoki 755bd05dfb Fix heading markers for better docment toc view
Heading ======= is reserved for a title of document.
This commit replaces non-title headings with lower headings.

Change-Id: I8521cde527ac3387e42e9e2f262506a5872484a0
2015-11-12 22:27:19 +09:00

1.3 KiB

API Extensions

API extensions is the standard way of introducing new functionality to the Neutron 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.

security_group_api