|
Official specification: https://www.openarchives.org/OAI/openarchivesprotocol.html#GetRecord
Call mod-inventory-storage to get the specified record and return it in the desired format (Dublin core or MARC XML)
https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/instance-storage.html#instance_storage_instances__instanceid__source_record_marc_json_get
Example data can be found at: https://github.com/folio-org/mod-inventory-storage/tree/master/sample-data/instance-source-records
Acceptance Criteria:
- both DC and MARC formats are supported
- error conditions are handled appropriately
|