-
Notifications
You must be signed in to change notification settings - Fork 2
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
support consuming TRAPI v1.1 APIs #18
Comments
|
Can potentially test with this TRAPI v1.1 example: http://smart-api.info/registry?q=305a2909830b776df7a02b7207e4acc5 e.g. this should work: http://api.bte.ncats.io/v1/smartapi/305a2909830b776df7a02b7207e4acc5/meta_knowledge_graph |
Also test an actual TRAPI query to a specific http://api.bte.ncats.io/v1/smartapi/<api_id>/query URL to confirm it's working. |
Update: However, the previous test url provided uses Automat KEGG (trapi 1.1.0) and it does not work (but should), it appears that this API is not making it into the specs file collected by our cron job that looks at the registry. We need to investigate why that is. |
@andrewsu @newgene I think the reason that API (Automat KEGG ) doesn't appear is because they have "/1.1/meta_knowledge_graph" instead of "/meta_knowledge_graph" thus failing our check and not being included. What should we do about it? |
*Note on why some of these APIs don't work for this endpoint: |
Can this issue be closed? I have another one currently open that's related...biothings/biothings_explorer#269 |
Note a few small query graph property name changes:
https://github.com/NCATSTranslator/ReasonerAPI/blob/master/ChangeLog.md
The text was updated successfully, but these errors were encountered: