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

This exports user objects via the REST API.

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

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