Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chompfoods authored Mar 10, 2021
1 parent e849afa commit 83d1f96
Show file tree
Hide file tree
Showing 75 changed files with 6,167 additions and 230 deletions.
119 changes: 114 additions & 5 deletions SwaggerClient-php/README.md

Large diffs are not rendered by default.

278 changes: 266 additions & 12 deletions SwaggerClient-php/docs/Api/DefaultApi.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions SwaggerClient-php/docs/Model/RecipeObject.md
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)

12 changes: 12 additions & 0 deletions SwaggerClient-php/docs/Model/RecipeObjectAttributes.md
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)

10 changes: 10 additions & 0 deletions SwaggerClient-php/docs/Model/RecipeObjectIngredients.md
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)

20 changes: 20 additions & 0 deletions SwaggerClient-php/docs/Model/RecipeObjectItems.md
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)

15 changes: 15 additions & 0 deletions SwaggerClient-php/docs/Model/RecipeObjectMeta.md
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)

15 changes: 15 additions & 0 deletions SwaggerClient-php/docs/Model/RecipeObjectMetaImages.md
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)

13 changes: 13 additions & 0 deletions SwaggerClient-php/docs/Model/RecipeObjectNutrients.md
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 SwaggerClient-php/docs/Model/RecipeObjectNutrientsCalories.md
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)

Loading

0 comments on commit 83d1f96

Please sign in to comment.