You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line with what briefly documented in the chart provided, would it be possible to document the APIs we will have to use as endpoint to retrieve the data regarding the IDs that VFB support?
It would be useful as well to clarify few of the points down here:
in the chart illustrated there is a middleware between the query and the owlery server with the nomenclature swagger UI, does this means that the owlery server will be served by a rest API? is this already available or to be implemented?
For completeness, we created a project for VFB in apicurio to document the endpoints available, we already started with what we have available from the search component to give a blueprint of what should look like, @Robbie1977 would it be possible to complete the endpoints of what already available?
also, could you let me know if there is any piece of the infrastructure on your side that still needs to be implemented so that we will keep track of it?
Thanks!
The text was updated successfully, but these errors were encountered:
for the SOLR the fl=X gives you the 'term' which is metadata [This is currently in VFB_json but can be the geppetto model stringified or anything else required] or the results row [again VFB_json ATM but could be in any format].
The OWL API server/example query is linked from the blue button 'Part of Medulla Example' clicking on it should open the URL.
In line with what briefly documented in the chart provided, would it be possible to document the APIs we will have to use as endpoint to retrieve the data regarding the IDs that VFB support?
It would be useful as well to clarify few of the points down here:
the SOLR query provided (http://solr.virtualflybrain.org/solr/vfb_json/query?q=id:VFB_00002990&fl=term) does give some information regarding the instance queried, would this query in the future provide also the metadata for the instance queried? (I guess through some other parameter, similar to the second query http://solr.virtualflybrain.org/solr/vfb_json/query?q=id:VFB_00002990&fl=anat_image_query? )
in the chart illustrated there is a middleware between the query and the owlery server with the nomenclature swagger UI, does this means that the owlery server will be served by a rest API? is this already available or to be implemented?
For completeness, we created a project for VFB in apicurio to document the endpoints available, we already started with what we have available from the search component to give a blueprint of what should look like, @Robbie1977 would it be possible to complete the endpoints of what already available?
also, could you let me know if there is any piece of the infrastructure on your side that still needs to be implemented so that we will keep track of it?
Thanks!
The text was updated successfully, but these errors were encountered: