summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/basic.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixup ref spacing.Stephen J. Turnbull2017-05-241-1/+1
|
* Document Unicode usage in Mailman 3 REST API and email addresses.Stephen J. Turnbull2017-05-241-0/+4
|
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-9/+6
| | | | Closes #42
* Extensive reorganizationBarry Warsaw2017-02-041-19/+33
|
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-0/+1
| | | | | | 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"
* Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-261-7/+7
|
* All the REST tests pass.Barry Warsaw2014-12-151-4/+1
|
* s/restish/falcon/Barry Warsaw2014-11-151-46/+24
|\
| * First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-46/+24
|/ | | | | Currently, only /<api>/system and its subpaths work, but basic auth does work too. Requires a refactoring modification to falcon.
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-2/+2
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+76