Skip to main content

post

Function post 

Source
pub async fn post(
    client: &Client,
    platform: &dyn Platform,
    rendered: &str,
    hints: &Map<String, Value>,
    destination_name: &str,
) -> Result<(), WebhookError>