Skip to contents

Returns average rating, count, and the current user's rating (if authenticated).

Usage

api_get_recipe_stars(id)

Arguments

id

Recipe ID

Value

List with average, count, and optionally user_value.

Examples

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