recipe and grocery list api documentation

"Developers, developers, developers."

Recipe Images

The Recipe Image object refers to an image of a recipe within the BigOven collection. The following methods are supported for the Recipe Image object.

CREATE READ UPDATE DELETE
Recipe Image No Yes No No

Creating a Recipe Image (HTTP POST)

This method is not supported at this time.

Reading a Recipe Image (HTTP GET)


Read all recipe images for a given recipe.
GET http://api.bigoven.com/images?rid={recipeid}
Parameter Description Required?
rid Primary key(ID) of recipe. Yes

Updating a Recipe Image (HTTP PUT)

This method is not supported at this time.

Deleting a Recipe Image (HTTP DELETE)

This method is not supported at this time.

 

Sending request...