mjordan / riprap

A PREMIS-compliant fixity checking microservice.
MIT License
13 stars 7 forks source link

Make Resource-ID header optional in REST GET requests #28

Closed mjordan closed 5 years ago

mjordan commented 5 years ago

The Resource-ID header should not be required for requests that are expected to return lists of events that aren't specific to a resource, e.g., get all events in a specific time period that have fail as their outcome.

Another option is to allow the Resource-ID header take null as a value.

mjordan commented 5 years ago

Closed with d3f80820d202b41d8dcb5ce32127f1959452c08e.