Open sierra-moxon opened 3 years ago
infores
entry to the SmartAPI x-translator
extension, but it will not be a requirement for the Translator teams till the next major SmartAPI metadata changes (e.g. TRAPI v1.2).biolink:aggregator_knowledge_source
v.s. biolink:primary_knowledge_source
? If so, this can be covered in No. 1 as well.x-trapi.endpoint_prefix
field, so that the final URL will be servers.url+info.x-trapi.endpoint_prefix+path
. This way API owner can specify any arbitrary url prefix, if their TRAPI endpoints are not hosted at the root path. Let us know if that's what you need.And regarding SmartAPI entry update and deletion:
You can get last-update timestamp for each smartapi entry
https://smart-api.info/api/metadata/<smartapi_id>?fields=info,_meta&meta=1
[an example]
or
https://smart-api.info/api/query?q=<smartapi_id>&fields=info,_meta
[an example]
While working through the development of the Information Resource Catalog (and for the predicates working group), we made heavy use of the nice metadata provided by the SmartAPI registry (thank you!).
We wanted to discuss adding a few new properties to the SmartAPI registry to support keeping the Information Resource Catalog up to date.
Also, is there documentation on how the registry handles updates and deletes?
Is there a way to tell if a registry entry has been updated? (something like a 'last updated date). Can a registry entry be deleted (or is there a metadata property for 'deprecated'? ).