Re-exports§
pub use get::get_recipe;pub use get::search_recipe;pub use head::head_recipe;pub use patch::patch_recipe;pub use post::post_recipe;pub use utils::get_recipe_from_db;pub use utils::register_new_recipe;pub use utils::search_recipe_by_category;pub use utils::search_recipe_by_name;pub use utils::search_recipe_by_rating;
Modules§
- Example
- Recipe endpoint head method.
- Author endpoint PATCH method.