msgraph_rs/
constants.rs

1pub static GRAPH_URL: &str = "https://graph.microsoft.com/v1.0";
2pub static GRAPH_URL_BETA: &str = "https://graph.microsoft.com/beta";