WikklyText A wikitext server and rendering library


files/feed-icon-14x14.png Recently Edited Valid XHTML 1.0 Strict
API.TiddlyWeb.Resource.Recipes.Tiddlers edit
frank, 22 June 2008 (created 22 June 2008)
Tags: -rss
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:
formatDescriptionunittest?
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