We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when making a get request to Nameres such as https://name-resolution-sri.renci.org/reverse_lookup?curies=MONDO%3A0004979&curies=MONDO:2 response looks like this :
{"M":[],"O":[],"N":[],"D":[],":":[],"2":[]}
it seems like its using the letters in the curies to do lookups
The text was updated successfully, but these errors were encountered:
Merge pull request #102 from TranslatorSRI/patch-reverse-lookup
81c24f5
fixes reverse lookup get endpoint. fixes #98.
Successfully merging a pull request may close this issue.
when making a get request to Nameres such as
https://name-resolution-sri.renci.org/reverse_lookup?curies=MONDO%3A0004979&curies=MONDO:2
response looks like this :
it seems like its using the letters in the curies to do lookups
The text was updated successfully, but these errors were encountered: