summaryrefslogtreecommitdiff
path: root/docs/development/api.rst
blob: cea7bc78dd55ecbb259841f54aec481f4710e316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:orphan:

Using the APIs
==============

Patchwork provides two APIs: the legacy :doc:`XML-RPC API </api/xmlrpc>` and
the :doc:`REST API </api/rest/index>`. 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 :doc:`documentation
<../api/index>`. For examples of existing clients, refer to
:doc:`/usage/clients`.