Retrieve one or more recipes from the API by their IDs.
Value
A single Recipe object (or NULL) when length(id) == 1.
A list of Recipe objects when length(id) > 1 (NULLs are dropped).
See also
Other api-recipes:
api_get_recipe_dependents(),
api_list_recipes(),
api_publish_recipe()