cancerDHC / ccdh-terminology-service

CCDH Terminology and Mapping Service
3 stars 4 forks source link

Update: Return relevant follow-up URIs from all endpoints #140

Open joeflack4 opened 2 years ago

joeflack4 commented 2 years ago

Description

For most endpoints, we should be returning resolvable URLs instead of just values.

E.g., instead of models/ returning `["GDC", "PDC", ...], it would return URLs instead of or in addition to those lables, e.g.:

[
    {
        "label": "GDC",
        "uri": "https://terminology.ccdh.io/models/GDC/entities/"
    },
    ...
]