aboutsummaryrefslogtreecommitdiff
path: root/docs/development/api.rst
blob: 3cfefdb89296d6b7baf371be3436ef9088f3e9d6 (plain)
1
2
3
4
5
6
7
8
9
10
Using the APIs
==============

Patchwork provides two APIs: the legacy :doc:`XML-RPC API <../api/xmlrpc>` and
the :doc:`REST API <../api/rest>`. You can use these APIs to interact with
Patchwork programmatically and to develop your own clients.

For quick usage examples of the APIs, refer to the :ref:`documentation
<api-docs>`. For examples of existing clients, refer to
:doc:`../usage/clients`.