[Mailman-Developers] Architecture for extra profile info

Stephen J. Turnbull turnbull at sk.tsukuba.ac.jp
Sat Apr 27 09:42:15 CEST 2013


Richard Wackerbarth writes:

 > https://server.example.com/mailman/list/ABCDEFG/attribute/join_address
 > returns the email address to which subscription requests should be
 > sent.

"ABCDEFG" is what?  The list?

I think the short prefix /mailman/ should be reserved for traditional
and anonymous requests.  /mailman/rest_api/ or some such for the
REST API.

 > https://server.example.com/mailman/list/ABCDEFG/attributes

This is what you mean by self-documenting?  Presumably it returns not
only the attribute names, but their ranges (types) and docstrings?

 > https://server.example.com/mailman/attribute/posting_address/test_list@example.com would return the URI representing the list

Why have you changed the order of components here?

 > https://server.example.com/mailman/attribute/posting_address/test_list@example.com/attribute/join_address might return test_list-join at example.com

Huh?  This isn't a syntax error?



More information about the Mailman-Developers mailing list