Add some automatically generated documentation along with a small HOWTO on XML-RPC (or, rather, patchwork's XML-RPC API) for new developers. This will help lower the entry barrier for users who wish to write their own scripts targetting the API.
--- v2: - Add extensive documentation for the XML-RPC methods and serializers to make the autogenerated documentation more useful - Some bug/typo fixes Stephen Finucane (6): trivial: Clean up 'views/xmlrpc.py' views/xmlrpc: Add xmlrpc automatic documentation views/xmlrpc: Add documentation for API methods views/xmlrpc: Add serialization documentation views/xmlrpc: Remove unneeded '""' parameters docs: Add basic API guide docs/api.md | 51 +++ patchwork/tests/test_xmlrpc.py | 2 +- patchwork/views/xmlrpc.py | 691 ++++++++++++++++++++++++++++++----------- 3 files changed, 563 insertions(+), 181 deletions(-) create mode 100644 docs/api.md -- 2.0.0 _______________________________________________ Patchwork mailing list Patchwork@lists.ozlabs.org https://lists.ozlabs.org/listinfo/patchwork