/bags.x-doc

methods

GET: tiddlyweb.web.handler.bag:list_bags
Handle ``GET`` on the bags URI. List all the :py:class:`bags ` that are readable by the current usersign. The information sent is dependent on the serialization chosen via :py:mod:`tiddlyweb.web.negotiate`.

output serializations

tiddlyweb.serializations.json
Create a ``JSON`` list of :py:class:`bag ` names from the provided ``bags``.
tiddlyweb.serializations.text
Return a linefeed separated list of :py:class:`bag ` names in the ``bags`` list.
tiddlywebplugins.tank.htmlserialization
Yield the provided :py:class:`bags ` as HTML.