Skip to main content

call_authenticated_group_rest

Function call_authenticated_group_rest 

Source
async fn call_authenticated_group_rest<T: Serialize>(
    base_url: &str,
    path: &str,
    bearer: &str,
    c2s: &T,
) -> Result<String>