Skip to main content

fetch_usage_details

Function fetch_usage_details 

Source
pub fn fetch_usage_details(
    base_url: &str,
    access_token: &str,
    account_id: &str,
    unavailable_text: &str,
    now: DateTime<Local>,
    show_spinner: bool,
) -> Result<Vec<String>, UsageFetchError>