Chompthis
Connector for the chompthis API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://chompthis.com/api/v2 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
get_food_branded_barcode_php— GET /food/branded/barcode.php — Get a branded food item using a barcodeget_food_branded_name_php— GET /food/branded/name.php — Get a branded food item by nameget_food_branded_search_php— GET /food/branded/search.php — Get data for branded food items using various search parametersget_food_ingredient_search_php— GET /food/ingredient/search.php — Get raw/generic food ingredient item(s)
Inputs
apiKey— your chompthis 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: get_food_branded_barcode_php
apiKey: <your key>