-
Committer:
Barry Warsaw
-
Date:
2014-04-15 21:54:35 UTC
-
Revision ID:
barry@list.org-20140415215435-o3rk0mplf1w9i5p5
* Fixed a crash in the REST server when searching for nonmembers via
``/find`` which we've never seen before, because those members only have an
address record, not a user record. This requires a small change in the API
where the JSON response's ``address`` key now contains the URL to the
address resource, the new ``email`` key contains the email address as a
string, and the ``user`` key is optional.