myc-core 8.3.0+beta

Provide base features of the Mycelium project as s and Use-cases.
Documentation
1
2
3
4
5
6
7
8
9
mod webhook_deletion;
mod webhook_fetching;
mod webhook_registration;
mod webhook_updating;

pub use webhook_deletion::WebHookDeletion;
pub use webhook_fetching::WebHookFetching;
pub use webhook_registration::WebHookRegistration;
pub use webhook_updating::WebHookUpdating;