Record Message Event Response endpoint (#22)
textsender_api PR / Rustfmt (pull_request) Successful in 48s
textsender_api PR / Check (pull_request) Successful in 1m39s
textsender_api PR / Clippy (pull_request) Successful in 1m39s

Reviewed-on: phoenix/textsender_api#22
This commit was merged in pull request #22.
This commit is contained in:
2026-06-20 13:38:23 -04:00
parent e6f14917f0
commit a9d7429d75
8 changed files with 335 additions and 8 deletions
+3
View File
@@ -28,6 +28,9 @@ pub mod endpoints {
pub const DELETE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event/{id}";
/// Constant for fetching Scheduled Message endpoint
pub const FETCH_SCHEDULED_MESSAGE: &str = "/api/v1/schedule/message/fetch";
/// Constant for recording Message Event Response endpoint
pub const RECORD_MESSAGE_EVENT_RESPONSE: &str =
"/api/v1/schedule/message/event/response/record";
}
pub mod response {