Skip to main content

fetch_datacite_by_ror

Function fetch_datacite_by_ror 

Source
pub fn fetch_datacite_by_ror(
    ror_url: &str,
    limit: usize,
    page: usize,
) -> Result<Vec<Data>>
Expand description

Fetch works by ROR from DataCite, sorted by date descending. page is 1-based and maps directly to DataCite’s page[number] parameter.