summaryrefslogtreecommitdiff
path: root/src/mailman/runners/docs/rest.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-0/+10
| | | | | | 3.0 except that UUIDs are represented as hex strings instead of 128-bit integers, since the latter are not compatible with all versions of JavaScript.
* Prepare for 3.1.Barry Warsaw2015-05-011-1/+1
| | | | Fix some tests that incorrectly hardcoded "3.0"
* Back port from the py3 branch:Barry Warsaw2014-12-291-1/+1
| | | | | | | | | | * You can access the system configuration via the resource path ``/3.0/system/configuration/<section>``. This returns a dictionary with the keys being the section's variables and the values being their value from ``mailman.cfg`` as verbatim strings. You can get a list of all section names via ``/3.0/system/configuration`` which returns a dictionary containing the ``http_etag`` and the section names as a sorted list under the ``sections`` key. The system configuration resource is read-only.
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+25