Open joeflack4 opened 2 years ago
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.:
models/
[ { "label": "GDC", "uri": "https://terminology.ccdh.io/models/GDC/entities/" }, ... ]
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.: