RalphTro / epcis-event-hash-generator

ALGORITHM and SOFTWARE PROTOTYPE to uniquely identify/validate the integrity of any EPCIS event through a common, syntax-agnostic approach based on hashing. Takes an EPCIS Document (formatted in either XML or JSON-LD) and returns the corresponding hash value(s).
MIT License
8 stars 4 forks source link

Support for EpcisQueryDocument #107

Closed dakbhavesh closed 1 year ago

dakbhavesh commented 1 year ago

EpcisQueryDocument is also a valid capture document which is helpful to pipe a document from one repo to another repo without requiring any transformation hence it would be nice to provide support for the same in hash generator

dakbhavesh commented 1 year ago

Created PR #108 for this issue.

RalphTro commented 1 year ago

We totally forgot to close this issue. :-) Deployed as of https://github.com/RalphTro/epcis-event-hash-generator/pull/108

Again MANY THANKS for adding this enhancement, @dakbhavesh!