Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
joeflack4 opened this issue Dec 6, 2021 · 0 comments
Open

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

joeflack4 opened this issue Dec 6, 2021 · 0 comments
Assignees
Labels

Comments

@joeflack4
Copy link
Collaborator

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/"
    },
    ...
]
@joeflack4 joeflack4 self-assigned this Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant