This is the final progress report for my project, Authenticated REST API for Postorius/Django.
The code is available at https://bitbucket.org/mgill25/mm-rest
I'll go over the major points of the work done so far:
cases, things like creating/deleting lists, subscriptions etc are working via REST.
authentication schemes are easily pluggable via the Django REST framework.
of directly interacting with Mailman Core.
consequently Postorius, continue to work on their own, saving data in their own level. Which brings me to...
completely finished. I have a (somewhat) generic interface, but haven't managed to make it work for all the models, primarily Memberships.
of certain Models, which is currently limited by the Core REST API. For example: Registering new Email addresses for a User.
be done yet.
The project is not 100% finished yet, and after the GSoC is formally over, I shall continue working on it.