Spoonacular recipe (Independent Publisher) (#2289)
* initial files for spoonacular recipe connector * delete * Spoonacular Recipe (Independent Publisher)
This commit is contained in:
Родитель
808a65528a
Коммит
67834a5ce1
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"properties": {
|
||||
"connectionParameters": {
|
||||
"api_key": {
|
||||
"type": "securestring",
|
||||
"uiDefinition": {
|
||||
"displayName": "API Key",
|
||||
"description": "The API Key for this api",
|
||||
"tooltip": "Provide your API Key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"iconBrandColor": "#da3b01",
|
||||
"capabilities": [
|
||||
"actions"
|
||||
],
|
||||
"publisher": "Amjed Ayoub",
|
||||
"stackOwner": "Spoonacular"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,116 @@
|
|||
# Spoonacular Recipe
|
||||
The spoonacular Nutrition, Recipe, and Food allows you to access over 380,000 recipes, thousands of ingredients, food products, and menu items. Spoonacular Recipe makes it possible to search for recipes using natural language queries, such as \"gluten free brownies without sugar\" or \"low fat vegan cupcakes.\" You can automatically calculate the nutritional information for any recipe, visualize ingredient lists and much more.
|
||||
|
||||
## Publisher: Amjed Ayoub
|
||||
|
||||
## Prerequisites
|
||||
API Key is Required. Please create an account at [Spoonacular API](https://spoonacular.com) to get your API key.
|
||||
|
||||
## Supported Operations
|
||||
### Get Recipe Information
|
||||
Use a recipe id to get full information about a recipe, such as ingredients, nutrition, diet and allergen information, etc.
|
||||
|
||||
### Get Similar Recipes
|
||||
Find recipes which are similar to the given one.
|
||||
|
||||
### Taste by ID
|
||||
Get a recipe's taste. The tastes supported are sweet, salty, sour, bitter, savory, and fatty.
|
||||
|
||||
### Equipment by ID
|
||||
Get a recipe's equipment list.
|
||||
|
||||
### Equipment by ID Image
|
||||
Visualize a recipe's equipment list as an image.
|
||||
|
||||
### Price Breakdown by ID
|
||||
Get a recipe's price breakdown data.
|
||||
|
||||
### Price Breakdown by ID Image
|
||||
Visualize a recipe's price breakdown.
|
||||
|
||||
### Ingredients by ID
|
||||
Get a recipe's ingredient list.
|
||||
|
||||
### Ingredients by ID Image
|
||||
Visualize a recipe's ingredient list.
|
||||
|
||||
### Nutrition by ID
|
||||
Get a recipe's nutrition data.
|
||||
|
||||
### Recipe Nutrition by ID Image
|
||||
Visualize a recipe's nutritional information as an image.
|
||||
|
||||
### Recipe Nutrition Label Widget
|
||||
Get a recipe's nutrition label as an HTML widget.
|
||||
|
||||
### Recipe Nutrition Label Image
|
||||
Get a recipe's nutrition label as an image.
|
||||
|
||||
### Get Analyzed Recipe Instructions
|
||||
Get an analyzed breakdown of a recipe's instructions. Each step is enriched with the ingredients and equipment required.
|
||||
|
||||
### Ingredients by ID Widget
|
||||
Visualize a recipe's ingredient list.
|
||||
|
||||
### Recipe Taste by ID Widget
|
||||
Get a recipe's taste. The tastes supported are sweet, salty, sour, bitter, savory, and fatty.
|
||||
|
||||
### Equipment by ID Widget
|
||||
Visualize a recipe's equipment list.
|
||||
|
||||
### Price Breakdown by ID Widget
|
||||
Visualize a recipe's price breakdown.
|
||||
|
||||
### Summarize Recipe
|
||||
Automatically generate a short description that summarizes key information about the recipe.
|
||||
|
||||
### Recipe Nutrition by ID Widget
|
||||
Visualize a recipe's nutritional information as HTML including CSS.
|
||||
|
||||
### Get Recipe Information Bulk
|
||||
Get information about multiple recipes at once. This is equivalent to calling the Get Recipe Information endpoint multiple times, but faster.
|
||||
|
||||
### Get Random Recipes
|
||||
Find random (popular) recipes. If you need to filter recipes by diet, nutrition etc. you might want to consider using the complex recipe search endpoint and set the sort request parameter to random.
|
||||
|
||||
### Autocomplete Recipe Search
|
||||
Autocomplete a partial input to suggest possible recipe names.
|
||||
|
||||
### Extract Recipe from Website
|
||||
This endpoint lets you extract recipe data such as title, ingredients, and instructions from any properly formatted Website.
|
||||
|
||||
### Recipe Taste Widget
|
||||
isualize a recipe's taste information as HTML including CSS. You can play around with that endpoint!
|
||||
|
||||
### Recipe Nutrition Widget
|
||||
AVisualize a recipe's nutritional information as HTML including CSS.
|
||||
|
||||
### Price Breakdown Widget
|
||||
Visualize the price breakdown of a recipe.
|
||||
|
||||
### Analyze Recipe Instructions
|
||||
This endpoint allows you to break down instructions into atomic steps. Furthermore, each step will contain the ingredients and equipment required. Additionally, all ingredients and equipment from the recipe's instructions will be extracted independently of the step they're used in.
|
||||
|
||||
### Classify Cuisine
|
||||
Classify the recipe's cuisine.
|
||||
|
||||
### Analyze a Recipe Search Query
|
||||
Parse a recipe search query to find out its intention.
|
||||
|
||||
### Convert Amounts
|
||||
Convert amounts like \"2 cups of flour to grams\".
|
||||
|
||||
### Ingredients Widget
|
||||
Visualize ingredients of a recipe. You can play around with that endpoint!
|
||||
|
||||
### Guess Nutrition by Dish Name
|
||||
Estimate the macronutrients of a dish based on its title.
|
||||
|
||||
### Quick Answer
|
||||
Answer a nutrition related natural language question.
|
||||
|
||||
## Obtaining Credentials
|
||||
API Key is Required. Please start [here](https://spoonacular.com/food-api).
|
||||
|
||||
## Known Issues and Limitations
|
||||
No known issues and limitations.
|
Загрузка…
Ссылка в новой задаче