pub fn make_goat_urls(
api: &str,
taxids: &Vec<String>,
goat_url: &str,
tax_tree: &str,
include_estimates: bool,
include_raw_values: bool,
summarise_values_by: &str,
result: &str,
taxonomy: &str,
size: &str,
ranks: &str,
fields: FieldBuilder,
variables: Option<&str>,
expression: &str,
tax_rank: &str
) -> Result<Vec<String>>Expand description
The function which creats the GoaT API URLs which are then used as GET requests.