WikklyText A wikitext server and rendering library


files/feed-icon-14x14.png Recently Edited Valid XHTML 1.0 Strict
API.TiddlyWeb.Resource.Bags.Tiddlers edit
frank, 22 June 2008 (created 21 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.


Tiddlers within bags are requested via:
GET API_ROOT/bags/BAGNAME/tiddlers


The following media types are supported:
formatDescriptionunittest?
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