metadatacenter / cedar-project

Build project for all CEDAR Java repositories
https://github.com/metadatacenter/cedar-docs/wiki
Other
12 stars 1 forks source link

Retrieve a list of DOIs from DataCite #1184

Closed yancao77 closed 1 year ago

yancao77 commented 1 year ago

Instead of retrieving a single metadata by providing DOI, retrieving the metadata for all DOIs associated with a specific repository ID from DataCite. To accomplish this, the repository ID of DataCite is provided.

An example DataCite endpoint URL is: https://api.datacite.org/dois?client_id=datacite.datacite. In this example, "datacite.datacite" is the repository ID.

Below is the link of DataCite REST API usage documentation: https://support.datacite.org/docs/api-get-lists