diff options
Diffstat (limited to 'internal/api/plantoeat.go')
| -rw-r--r-- | internal/api/plantoeat.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/api/plantoeat.go b/internal/api/plantoeat.go index 770987a..edd494a 100644 --- a/internal/api/plantoeat.go +++ b/internal/api/plantoeat.go @@ -184,11 +184,6 @@ func normalizeMealType(mealType string) string { } } -// GetRecipes fetches recipes (for Phase 2) -func (c *PlanToEatClient) GetRecipes(ctx context.Context) error { - return fmt.Errorf("not implemented yet") -} - // GetShoppingList fetches the shopping list by scraping the web interface // Requires a valid session cookie set via SetSessionCookie func (c *PlanToEatClient) GetShoppingList(ctx context.Context) ([]models.ShoppingItem, error) { |
