omeka-s-modules / DspaceConnector

Connect to / import from a Dspace repo into Omeka S
GNU General Public License v3.0
1 stars 3 forks source link

Reconcile Dspace 5 and 6 APIs #60

Closed patrickmj closed 6 years ago

patrickmj commented 6 years ago

Looks like there are undocumented changes between 5 and 6, seemingly just with additional data in GET requests like link on items and bundleName on bitstreams. If I can sort through the differences, I should try to make sure that the backward compatibility with 5 still works, and that I take advantage of the new things in 6.

patrickmj commented 6 years ago

Dspace also informs me that 7 will have a new API. https://github.com/DSpace/Rest7Contract Happily, it looks like it'll be easier to distinguish versions/expected results with that.