Get scheduled message event (#18)
textsender_api PR / Check (pull_request) Successful in 1m25s
textsender_api PR / Rustfmt (pull_request) Successful in 1m34s
textsender_api PR / Clippy (pull_request) Successful in 2m0s

Reviewed-on: phoenix/textsender_api#18
This commit was merged in pull request #18.
This commit is contained in:
2026-06-18 19:59:22 -04:00
parent 7873e8ed00
commit c1557d09f6
4 changed files with 194 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ pub mod endpoints {
pub const GET_SCHEDULE_MESSAGE: &str = "/api/v1/schedule/message";
/// Constant for creating Scheduled Message Event endpoint
pub const CREATE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event";
/// Constant for getting Scheduled Message Event endpoint
pub const GET_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event";
}
pub mod response {