From 946c7de20cab78a47edbeae8fa65fe86a51511dd Mon Sep 17 00:00:00 2001 From: Caine Date: Thu, 2 Apr 2026 17:51:12 +0100 Subject: Add create-meta-recipe endpoint with nested slots/options/bases - POST /api/create-meta-recipe/ creates full meta-recipe in one call - PUT /api/create-meta-recipe/ updates existing (requires id) - Auto-resolves ingredients by name/alias, creates new if not found - Returns full nested response with _created_ingredients list - New writable serializers: MetaRecipeWriteSerializer, SlotWriteSerializer, etc. --- .../EPUB/xhtml/about_the_author.xhtml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml (limited to 'cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml') diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml b/cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml new file mode 100644 index 0000000..fae0423 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml @@ -0,0 +1,20 @@ + + +About the Author + + + + + + + + + +
+

ABOUT THE AUTHOR

+
+
+

Rukmini is a food stylist and author of the bestselling cookbooks The Roasting Tin and The Green Roasting Tin. When she’s not styling, cooking or entertaining, she can usually be found reading by the riverside and filling her balcony and flat with more plants than they can hold. She is currently researching her next cookbook.

+
+

OceanofPDF.com

+ \ No newline at end of file -- cgit v1.2.3