Skip to content

api: Add new endpoints to retrieve info about external identifiers

Antoine Lambert requested to merge anlambert/swh-web:api-extid-endpoints into master
  • Add endpoint /api/1/extid/(extid_type)/(extid_format):(extid)/ to get info about an external identifier of a given type.

  • Add endpoint /api/1/extid/target/(swhid)/ to retrieve a list of external identifiers targeting a given SWHID.

Related to #3435 (closed).

Edited by Antoine Lambert

Merge request reports