veraison / services

Attestation verification services based on Veraison components
Apache License 2.0
24 stars 13 forks source link

Enhancement: Add a Store API to handle multiple IDs in a single request. #207

Open yogeshbdeshpande opened 9 months ago

yogeshbdeshpande commented 9 months ago

Rather than looping over multiple requests to the store, we should add a Store API to handle multiple IDs in a single request, e.g. so that this can just be o.EnStore.GetMultiple(appraisal.EvidenceContext.ReferenceIds).

_Originally posted by @setrofim in https://github.com/veraison/services/pull/205#discussion_r1425121563_