We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fdfe7 commit 47c216cCopy full SHA for 47c216c
src/api/email.rs
@@ -1,3 +1,5 @@
1
+//! Module with client and endpoint functions for the Email channel.
2
+
3
use std::collections::HashMap;
4
use std::io;
5
src/api/sms.rs
+//! Module with client and endpoint functions for the SMS channel.
use validator::Validate;
src/api/whatsapp.rs
+//! Module with client and endpoint functions for the WhatsApp channel.
use reqwest::{Method, Response};
src/model/email.rs
+//! Models for calling Email endpoints.
use serde_derive::{Deserialize, Serialize};
0 commit comments