pub async fn list(
graph: &GraphClient,
query: Option<&str>,
page_token: Option<&str>,
) -> Result<SiteListResult>Expand description
Without query: returns the user’s followed sites.
With query: keyword search across the tenant.
pub async fn list(
graph: &GraphClient,
query: Option<&str>,
page_token: Option<&str>,
) -> Result<SiteListResult>Without query: returns the user’s followed sites.
With query: keyword search across the tenant.