Skip to contents

List all comments on a recipe, sorted by creation date.

Usage

api_get_recipe_comments(id)

Arguments

id

Recipe ID

Value

List of comment objects.

Examples

if (FALSE) { # \dontrun{
api_get_recipe_comments("r_1739654400_742")
} # }