Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.17 KB

File metadata and controls

21 lines (11 loc) · 1.17 KB

BakersAPI

This Baker's Percentage API returns a JSON formatted list of ingredients (in grams) for common bread types, based on desired total dough needed.

Parameters for bread type and weight are passed to the API in the following format:

https://hellums-bakersapi.azurewebsites.net/api

Instructions: After /api in URL add bread type and weight in grams, for example: /api/ciabatta/900 (other types: sandwich, focaccia, french, pizza, rolls, buns, or dumplings; weight is in grams)

For example, to see ingredients needed for 575 grams of white sandwich loaf (one pan):

https://hellums-bakersapi.azurewebsites.net/api/sandwich/575

To see ingredients needed for 680 grams of pizza dough (2 x 12" crusts, 1 oz or 28.35 grams per inch of total diameter):

https://hellums-bakersapi.azurewebsites.net/api/pizza/680

To see ingredients needed for 900 grams of ciabatta (2 typical loaves):

https://hellums-bakersapi.azurewebsites.net/api/ciabatta/900