datacite / lupo

DataCite REST API
https://api.datacite.org
MIT License
12 stars 8 forks source link

Update lupo events update action find event logic #1073

Closed wendelfabianchinsamy closed 7 months ago

wendelfabianchinsamy commented 11 months ago

We used to find the events using the UUID. However, the UUID will not be part of the response body with the new /relationships CrosssRef endpoint.

We will use the { subj_id, obj_id, source_id, relation_type_id } index to find events.

wendelfabianchinsamy commented 11 months ago

Waiting on CrossReft to complete work on the new endpoint.