feat(edges): add support for edges #150

Merged
chartgerink merged 4 commits from add/edges into main 2026-01-26 22:29:04 +00:00
Owner

PR introduces support for edges as a way to track relations. These are based on links, which means they can be scalable in the future to more outputs across the web. It also enjoys all the benefits from link processing that are already in place (and all the quirks we might discover 🥲).

  • GET /edges?origin_url=https://doi.org
  • POST /edges with origin_link and destination_link
PR introduces support for edges as a way to track relations. These are based on links, which means they can be scalable in the future to more outputs across the web. It also enjoys all the benefits from link processing that are already in place (and all the quirks we might discover 🥲). - GET `/edges?origin_url=https://doi.org` - POST `/edges` with origin_link and destination_link
chartgerink deleted branch add/edges 2026-01-26 22:29:05 +00:00
Sign in to join this conversation.
No description provided.