WikklyText A wikitext server and rendering library


files/feed-icon-14x14.png Recently Edited Valid XHTML 1.0 Strict
API.TiddlyWeb.Resource.Recipes.Rules 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.


The list of rules in a recipe are requested via:
GET API_ROOT/recipes/RECIPE


The following media types are supported:
formatDescriptionunittest?
txt A newline-separated list of recipe rules, each string is a bag name with any filter string appended. Y
html A human-readable page of links to filtered bags in recipe. Clients should not assume anything about the internal format of the HTML. Y
json A list of [bag_name, filter_string] for each rule in recipe. Y