Checked for duplicates
Yes - I have checked
π§βπ¬ User Persona(s)
Application Developer
πͺ Motivation
Enhance cross-linking between tools.
π Additional Details
P a lidvid/uri to an endpoint and get back a list of deep link to all applications that support it.
Acceptance Criteria
Something like:
GET /products/{identifier}/services
returns (at minimum):
{
"links": [
{
"app": "analysts_notebook",
"description": "description",
"link": "https://an.rsl.wustl.edu/m20/AN/an3.aspx?it=B1&ii=NLF_1019_0757408223_941RAD_N0490000NCAM02019_0A0195J01"
}
]
}