cronback-api-model 0.1.0

A set of API models for [cronback](https://cronback.me) API protocol. Cronback provides developers a reliable and flexible solution to schedule one-time, recurring cron, and on-demand webhooks.
Documentation
mod action;
pub mod admin;
mod attempt;
mod ids;
mod pagination;
mod payload;
mod run;
mod schedule;
mod trigger;
mod validation_util;
mod webhook;

pub use action::*;
pub use attempt::*;
#[cfg(not(feature = "dto"))]
pub use ids::*;
pub use pagination::*;
pub use payload::*;
pub use run::*;
pub use schedule::*;
pub use trigger::*;
pub use webhook::*;