mjordan / riprap

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

Update README to describe return value for GET #19

Closed mjordan closed 6 years ago

mjordan commented 6 years ago

If events corresponding to the value of Resource-ID do not exist (i.e., Riprap doesn't now about that resource), the REST interface will return 200 and an empty list in the response body. Therefore, clients must not only check for a 200 response code, they must check to see if there are any events in the body.