msgraph-rs 0.1.2

A Rust library for interacting with Microsoft Graph API
Documentation
1
2
pub static GRAPH_URL: &str = "https://graph.microsoft.com/v1.0";
pub static GRAPH_URL_BETA: &str = "https://graph.microsoft.com/beta";