recipe and grocery list api documentation

"Developers, developers, developers."

Recipes

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

Like all calls, you need to append ?api_key={your api key issued to you by BigOven} to your call.

CREATE READ UPDATE DELETE
Recipe No Yes No No

Creating a Recipe (HTTP POST)

This method is not supported at this time.

Reading a Recipe (HTTP GET)

GET http://api.bigoven.com/recipe/{id}
Parameter Description Required?
id Primary key(ID) of recipe. Yes

Updating a Recipe (HTTP PUT)

This method is not supported at this time.

Deleting a Recipe (HTTP DELETE)

This method is not supported at this time.

 

Sending request...