Function query_file_with_args

Source
pub fn query_file_with_args(
    url: &str,
    token: &str,
    file: &str,
    args: &HashMap<String, String>,
) -> Result<String, String>