pub fn fetch_all(
number: usize,
page: usize,
member: &str,
type_: &str,
sample: bool,
year: &str,
ror: &str,
orcid: &str,
has_orcid: bool,
has_ror: bool,
has_references: bool,
has_relation: bool,
has_abstract: bool,
has_award: bool,
has_license: bool,
has_archive: bool,
) -> Result<Vec<Data>>Expand description
Fetch a list of works from the Crossref API and convert them to Data.