summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/basic.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-76/+0
|
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-4/+4
| | | | | | ports are still hard coded. Also, 'bin/mailman info' dumps the REST root url and credentials.
* * We now have to disable site-packages because of LP: #659231Barry Warsaw2010-10-121-6/+26
| | | | * Provide a better example of how to use basic auth in the rest api call
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-111-3/+25
|\ | | | | | | corrections by Barry.
| * Add doctest for connecting using invalid credentials and some documentation ↵root2010-09-291-3/+22
|/ | | | regarding the basic auth for the REST server.
* More documentation fixes.Barry Warsaw2010-09-151-3/+6
|
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-231-1/+1
| | | | considerably.
* More refactoring:Barry Warsaw2010-02-251-1/+0
| | | | | | | * Rework the [webservice] section to be more useful to restish. * Get rid of the resource_type_link * Add and test some helpers. * Move the root resources to a different module.
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-2/+1
| | | | | REST architecture, at the expense of a few features, and less support. So far so good though.
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-2/+2
| | | | | | | | | webserver. Fix the https/http urls. Add the adapter for HTTPCharsets so POSTs work properly. Nice little cargo cult from lazr.restful.
* typoBarry Warsaw2009-05-271-1/+1
|
* Allow for setting the doctest layer in the doctest package's __init__. If notBarry Warsaw2009-05-271-11/+2
| | | | given, then SMTPLayer is used by default.
* Several RESTful updates.Barry Warsaw2009-05-061-0/+13
| | | | | | * Fix a typo in the runner * Add support for 404 Not Found exceptions * Suppress sha module deprecation warnings from lazr.restful
* /sys -> /systemBarry Warsaw2009-05-041-6/+5
|
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-041-0/+30
useful information. It's GET only atm.