Adding constant for endpoint
This commit is contained in:
@@ -28,6 +28,8 @@ pub mod endpoints {
|
|||||||
pub const DELETE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event/{id}";
|
pub const DELETE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event/{id}";
|
||||||
/// Constant for fetching Scheduled Message endpoint
|
/// Constant for fetching Scheduled Message endpoint
|
||||||
pub const FETCH_SCHEDULED_MESSAGE: &str = "/api/v1/schedule/message/fetch";
|
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 {
|
pub mod response {
|
||||||
|
|||||||
Reference in New Issue
Block a user