DRAFT
This information is preliminary and not yet (or only partially) implemented. Do not rely on any information presented here until this notice is removed.
Tiddlers within bags are requested via:
GET API_ROOT/bags/BAGNAME/tiddlers
The following
media types are supported:
| format | Description | unittest? |
|---|
| txt | A newline-separated list of names of tiddler contained in the bag BAGNAME. | Y |
| html | A human-readable page of links to tiddlers contained in the bag BAGNAME. Clients should not assume anything about the internal format of the HTML. | Y |
| json | A list of dicts for each tiddler contained the bag BAGNAME, as {'title': .., 'revision': ...} | Y |
| wiki | A TiddlyWiki containing all the tiddlers in the bag BAGNAME. | Y |