Bigoven
Connector for the bigoven API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api2.bigoven.com - Auth:
header:X-BigOven-API-Key(pass your key via theapiKeyinput)
Operations
collection_getcollection— GET /collection/{id} — Gets a recipe collection. A recipe collection is a curated set of recipes.collection_getcollectionmeta— GET /collection/{id}/meta — Gets a recipe collection metadata. A recipe collection is a curated set of recipes.collection_collections— GET /collections — Get the list of current, seasonal recipe collections. From here, you can use the /collection/{id} endpoint to retrieve the recipes in those collections.grocerylist_get— GET /grocerylist — Get the user's grocery list. User is determined by Basic Authentication.me_index— GET /me — Indexes this instance.me_getoptions— GET /me/preferences/options — Gets the options.
Inputs
apiKey— your bigoven API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: collection_getcollection
apiKey: <your key>