summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/integrating/apis.rst
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-09 01:32:24 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-09 01:32:24 +0200
commitfb7c253e86deaa46790a8a1874fa976c9771e677 (patch)
tree6c08acd49720a87ddf4c32edcbf9997f5e52fd97 /docs/en/rst/integrating/apis.rst
parentfa360bee1863b1cb715a29966567ae08118de9a5 (diff)
downloadbugzilla-fb7c253e86deaa46790a8a1874fa976c9771e677.tar.gz
bugzilla-fb7c253e86deaa46790a8a1874fa976c9771e677.tar.xz
Bug 1204957 - Locally compiled POD documentation is no longer accessible from docs/en/html/api/
r=dkl
Diffstat (limited to 'docs/en/rst/integrating/apis.rst')
-rw-r--r--docs/en/rst/integrating/apis.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/en/rst/integrating/apis.rst b/docs/en/rst/integrating/apis.rst
index 6067c12df..54ee3273a 100644
--- a/docs/en/rst/integrating/apis.rst
+++ b/docs/en/rst/integrating/apis.rst
@@ -12,6 +12,13 @@ coming soon.
The APIs currently available are as follows:
+Core Module API
+===============
+
+Most of the core Bugzilla modules have extensive documentation inside the modules
+themselves. You can view the :api:`POD documentation <index.html>` to help with
+using the core modules in your extensions.
+
Ad-Hoc APIs
===========
@@ -23,8 +30,7 @@ to alternate data formats where they are available.
XML-RPC
=======
-Bugzilla has an `XML-RPC API
-<http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/XMLRPC.html>`_.
+Bugzilla has an :api:`XML-RPC API <Bugzilla/WebService/Server/XMLRPC.html>`.
This will receive no further updates and will be removed in a future version
of Bugzilla.
@@ -33,8 +39,7 @@ Endpoint: :file:`/xmlrpc.cgi`
JSON-RPC
========
-Bugzilla has a `JSON-RPC API
-<http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/JSONRPC.html>`_.
+Bugzilla has a :api:`JSON-RPC API <Bugzilla/WebService/Server/JSONRPC.html>`.
This will receive no further updates and will be removed in a future version
of Bugzilla.