This module presents a layer responsible for the application data models
API provides large amount of data
- Response: server response
- Digest: represents different food data: calories, vitamins etc.
- Hit wrapper: contains recipe and link to itself
- Images: links to images with different types
- Links: links
- Recipe: main recipe model
API has different filters. All types of filters are described in Filters
.
Models that represent managed object models from Persistence module
- RecipeData represents Recipe managed object model
- StepData represents Step managed object model
For details, read GitHub Wiki documentation