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.
To get the tiddlers yielded by a recipe:
GET API_ROOT/recipes/RECIPENAME/tiddlers
The following
media types are supported:
| format | Description | unittest? |
|---|
| txt | A newline-separated list of tiddler names yielded by RECIPENAME. | Y |
| html | A human-readable page of links to tiddlers yielded by RECIPENAME. Clients should not assume anything about the internal format of the HTML. | Y |
| json | A list of dicts for each tiddler yielded by RECIPENAME, as {'title': .., 'revision': ...} A list of names of tiddlers contained the bag BAGNAME. | Y |
| wiki | A TiddlyWiki containing all the tiddlers yielded by RECIPENAME. | Y |