MartyIX
MartyIX
(Added labels per https://github.com/dotnet/maui/issues/9150#issuecomment-1219386418 comment)
https://github.com/rachelkang/recipeSearch/blob/f2bfd39fdec401b746a0db0173a17f6f748d9033/WhatToEat/Views/StartingPage.xaml#L48 ```diff - + ``` works for me. That is: ```diff -CommandParameter="dishType=dessert" +CommandParameter="dishType=desserts" ``` See the available categories [here](https://developer.edamam.com/edamam-docs-recipe-api-v1).
I opened PR https://github.com/rachelkang/recipeSearch/pull/31 for this.
https://github.com/rachelkang/recipeSearch/pull/31 was merged.
Thank you for the clarification.
The URL is somehow broken IMO.
@jsuarezruiz Are the test failures real or not?
@Foda Could you take a look please?
@PureWeen is this good to merge?
Too many code style changes in this PR.