tacker/doc/source/contributor/api_extensions.rst
Andreas Jaeger c1d2ab00ca Update api-ref location
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: Ibb1b3c39c931e194d7eec0a19aae457d0f73689d
2019-07-22 18:52:27 +02:00

452 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.