pub trait Subscriptions {
    // Required methods
    fn get() -> SubscriptionsGetResponse;
    fn post(body: EventDestination) -> SubscriptionsPostResponse;
}

Required Methods§

Implementors§