Comment 4 for bug 802971

Revision history for this message
Florian Fuchs (flo-fuchs) wrote :

List for a specific domain can be retreived now via the domains `lists`property:

    >>> example = client.get_domain(web_host='http://example.com')
    >>> for mlist in example.lists:
    ... print mlist
    <List "<email address hidden>">
    <List "<email address hidden>">
    <List "<email address hidden>">