[Mailman-Developers] "newlist" command and Mailman 3

Tom Browder tom.browder at gmail.com
Sat Sep 15 13:48:49 CEST 2012


On Sun, Sep 9, 2012 at 12:27 PM, Tom Browder <tom.browder at gmail.com> wrote:
> On Sun, Sep 9, 2012 at 10:23 AM, Mark Sapiro <mark at msapiro.net> wrote:
>> Tom Browder wrote:
>>>
>>>I use "newlist" in a Perl wrapper to programmatically start and delete
>>>mailing lists, and I would like to be able to do more
>>>programmatically, such as:
...
>> The architecture of Mailman 3 is such that communication with the core
>> is via a RESTful HTTP interface. The web UI for example is  separate
>> from the core and communicates with the core via this interface.

Okay, I see most of the interface in the code here:

  http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/files/head:/src/mailman/rest/docs/

and I think I see how to hook into it and use with Perl LWP.

Is there any output format available other than json?

Best,

-Tom


More information about the Mailman-Developers mailing list