You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both api's return similar data, however the xml field is only present in the single DOI version.
From our datacite exporter we already have a mapping for XML which matches the encoded xml field. So we could re-use that potentially.
The json format is very similar to the xml and shouldn't be to much effort to add a json mapper. It would also be more flexible, as that way, we would also be able to use the muli DOI API.
What can we get by this endpoint: https://support.datacite.org/docs/api-get-doi ?
Or maybe this one? https://support.datacite.org/docs/api-get-lists
They both return JSON, but the JSON contains encoded XML – can we use it?
Can we reuse XML importer that we already have? Or maybe make it an intermediary link?
The text was updated successfully, but these errors were encountered: