Re-exports§
pub use delete::delete_author;
pub use get::get_author;
pub use get::search_author;
pub use head::head_author;
pub use patch::patch_author;
pub use post::post_author;
Modules§
- Author endpoint DELETE method.
- Author endpoint head method.
- Author endpoint PATCH method.