-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e849afa
commit 83d1f96
Showing
75 changed files
with
6,167 additions
and
230 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# RecipeObject | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**items** | [**\Swagger\Client\Model\RecipeObjectItems[]**](RecipeObjectItems.md) | An array containing an object for each individual item returned by your API call. | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# RecipeObjectAttributes | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**prep_time** | **string** | The time it takes to prep this recipe | [optional] | ||
**total_time** | **string** | The total time it takes to make this recipe | [optional] | ||
**servings** | **string** | The number of servings this recipe makes | [optional] | ||
**serving_size** | **string** | The size of each serving | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# RecipeObjectIngredients | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**quantity** | **string** | The quantity of this ingredient | [optional] | ||
**description** | **string** | A description of this ingredient | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# RecipeObjectItems | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **string** | Unique recipe ID | [optional] | ||
**title** | **string** | Recipe title | [optional] | ||
**meta** | [**\Swagger\Client\Model\RecipeObjectMeta**](RecipeObjectMeta.md) | | [optional] | ||
**categories** | **string[]** | | [optional] | ||
**author** | **string** | The author of this recipe. You must attribute this author when displaying this recipe. | [optional] | ||
**keywords** | **string[]** | | [optional] | ||
**topics** | **string[]** | | [optional] | ||
**attributes** | [**\Swagger\Client\Model\RecipeObjectAttributes**](RecipeObjectAttributes.md) | | [optional] | ||
**ingredients** | [**\Swagger\Client\Model\RecipeObjectIngredients[]**](RecipeObjectIngredients.md) | An array containing this recipe's ingredients | [optional] | ||
**base_ingredients** | **string[]** | | [optional] | ||
**nutrients** | [**\Swagger\Client\Model\RecipeObjectNutrients**](RecipeObjectNutrients.md) | | [optional] | ||
**diabetic_exchanges** | **string[]** | | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# RecipeObjectMeta | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**url** | **string** | URL to the recipe. You must link back to the recipe when displaying it. | [optional] | ||
**images** | [**\Swagger\Client\Model\RecipeObjectMetaImages**](RecipeObjectMetaImages.md) | | [optional] | ||
**source** | **string** | The source of the recipe. You must attribute this source when displaying this recipe. | [optional] | ||
**cuisine** | **string** | This recipe's cuisine | [optional] | ||
**created** | **string** | The date when this recipe was created | [optional] | ||
**modified** | **string** | The date when this recipe was most recently modified | [optional] | ||
**nutrients_notice** | **string** | Additional information about this recipe's nutrients | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# RecipeObjectMetaImages | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**extra_large** | **string** | Extra large recipe image | [optional] | ||
**large** | **string** | Large recipe image | [optional] | ||
**standard** | **string** | Standard recipe image | [optional] | ||
**grid_view** | **string** | Grid view recipe image | [optional] | ||
**small** | **string** | Small recipe image | [optional] | ||
**thumbnail** | **string** | Thumbnail recipe image | [optional] | ||
**extra_small** | **string** | Extra small recipe image | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# RecipeObjectNutrients | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**calories** | [**\Swagger\Client\Model\RecipeObjectNutrientsCalories[]**](RecipeObjectNutrientsCalories.md) | An array containing information for calories found in this recipe | [optional] | ||
**daily_values** | [**\Swagger\Client\Model\RecipeObjectNutrientsCalories[]**](RecipeObjectNutrientsCalories.md) | An array containing information for this recipe's daily recommended value of certain nutrients | [optional] | ||
**fat** | [**\Swagger\Client\Model\RecipeObjectNutrientsCalories[]**](RecipeObjectNutrientsCalories.md) | An array containing information for fat found in this recipe | [optional] | ||
**carbs** | [**\Swagger\Client\Model\RecipeObjectNutrientsCalories[]**](RecipeObjectNutrientsCalories.md) | An array containing information for carbs found in this recipe | [optional] | ||
**vitamins** | [**\Swagger\Client\Model\RecipeObjectNutrientsCalories[]**](RecipeObjectNutrientsCalories.md) | An array containing information for vitamins found in this recipe | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
11 changes: 11 additions & 0 deletions
11
SwaggerClient-php/docs/Model/RecipeObjectNutrientsCalories.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# RecipeObjectNutrientsCalories | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**title** | **string** | Nutrient name | [optional] | ||
**value** | **string** | The amount of this nutrient in this recipe | [optional] | ||
**percent** | **string** | The daily recommended percent total for this nutrient | [optional] | ||
|
||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) | ||
|
Oops, something went wrong.