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:
| format | Description | unittest? |
|---|
| 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 |