Closed jrgriffiniii closed 6 months ago
This should be considered to be blocked by https://github.com/pulibrary/dspace-development/issues/815
DataSpace seems to be responsive to JSON API requests. However, it should be noted that repeated requests do lead to error responses from the server:
> curl -I "https://dataspace.princeton.edu/rest/collections/364/items?limit=100&offset=300&expand=metadata"
HTTP/1.1 200 OK
Server: nginx/1.24.0
Date: Mon, 29 Apr 2024 15:34:33 GMT
Content-Type: application/json
Connection: keep-alive
Cache-Control: private
Expires: Thu, 01 Jan 1970 00:00:00 GMT
This is derived from https://github.com/pulibrary/bibdata/issues/2346