Brad-Davidson / MealPlanner

0 stars 1 forks source link

Create DTO and models to represent json recipes #15

Closed Brad-Davidson closed 3 years ago

Brad-Davidson commented 3 years ago

DTO needed for RecipeHeader and RecipeDetail, as the mealdb json has 2 different return json schemas.

Header includes the name, id, and a thumbnail image.

Detail contains the cooking instructions and ingredients.