index
API OVERVIEW
AUTHENTICATION
API PROTOCOL
API DATA
- Recipes
- Recipe Reviews
- Recipe Images
- Recipe Search Results
- Food Glossary
- Favorites
- Try Soons
- Grocery List
- User Profile
DATA MANAGEMENT
BRANDING, LEGAL & FINANCIAL
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.
