Skip to contents

Publish a Recipe object to the API. Requires authentication (call api_login() first).

Usage

api_publish_recipe(recipe)

Arguments

recipe

A Recipe object

Value

Invisibly, the API response with the assigned ID.

Examples

if (FALSE) { # \dontrun{
api_publish_recipe(my_recipe)
} # }