Skip to contents

Post a text comment on a recipe. Requires authentication.

Usage

api_comment_recipe(id, text)

Arguments

id

Recipe ID

text

Comment text (max 2000 characters)

Value

Invisibly, the API response.

Examples

if (FALSE) { # \dontrun{
api_comment_recipe("r_1739654400_742", "Great recipe!")
} # }