Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter telltale

    (@telltale)

    Is there any progress on this feature?

    Thread Starter telltale

    (@telltale)

    Thanks for quick response. We want to show related recipes in our product web page. We need the json response of the recipes that the ingredient is used, so we should be able to send an ajax request to show the details of the recipes.

    http get /json?ingredient=lemon

    will return (of course the json should include all data of the recipe)

    { “recipes”: {
    “recipe”: {
    “title” : “Recipe Title”,
    “imageUrl” : “Recipe Main Image url”
    }
    }
    }

    I will also wonder when we will use the feature. It is a “must” for our project.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)