]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Add Persons to the API
authorAndy Doan <andy.doan@linaro.org>
Thu, 16 Jun 2016 21:13:20 +0000 (16:13 -0500)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 27 Jun 2016 17:20:31 +0000 (18:20 +0100)
commit62d567aee6f9c2f5f3b1b84e581a5b337f07dfa3
tree69f7565715cd2f6882d580cef1193896a1c835e4
parent6da6f4e72787ba88461b1baf0646813830ab057a
REST: Add Persons to the API

This exports person objects via the REST API.

Security Constraints:
 * The API is read-only to authenticated users

Signed-off-by: Andy Doan <andy.doan@linaro.org>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/rest_serializers.py
patchwork/tests/test_rest_api.py
patchwork/views/rest_api.py