recipe and grocery list api documentation

"Developers, developers, developers."

Food Glossary

The Food Glossary object refers to an entry in the BigOven Food Glossary. The following methods are supported for the Food Glossary object.

CREATE READ UPDATE DELETE
Food Glossary No Yes No No

Creating a Food Glossary entry (HTTP POST)

This method is not supported at this time.

Reading a Food Glossary entry (HTTP GET)


Read the food glossary entry with a given primary key (ID).
GET http://api.bigoven.com/glossary/{id}
Parameter Description Required?
id Primary key(ID) of food glossary entry. Yes

Updating a Food Glossary entry (HTTP PUT)

This method is not supported at this time.

Deleting a Food Glossary entry (HTTP DELETE)

This method is not supported at this time.

 

Sending request...