HomeSoftware Heritage

storage*: origin_get(Iterable[str]) -> Iterable[Optional[Origin]]

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

storage*: origin_get(Iterable[str]) -> Iterable[Optional[Origin]]

This:

  • drops the legacy behavior (no more input as list of dicts or even one dict).
  • aligns with other _get endpoints (only 1 iterable of identifiers as input,

here the origin urls).

  • migrates towards returning an iterable of optional origin model

objects (again the optional part is alignment with existing get endpoint)

Related to T645

Commit No Longer Exists

This commit no longer exists in the repository.