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 preparation for otindex vs oti, need to modify how we call methods for updating studies. Specifically this code for updating and this code for deleting have hard-coded oti functions. Two options:
Modify the phylesystem-api code to call the new otindex functions, and merge / deploy at the same time as otindex
Add some config setting that specifies oti or otindex, and then an if statement that calls the appropriate code depending on the index being used
The new functions are v3/studies/add_update and v3/studies/remove and they take either a list of raw github links (same as oti), or simply a list of study ids (shorter!).
The text was updated successfully, but these errors were encountered:
kcranston
changed the title
get ready for new otindex add / update / delete study methods
get ready for new otindex add / update / remove study methods
Oct 17, 2016
In preparation for otindex vs oti, need to modify how we call methods for updating studies. Specifically this code for updating and this code for deleting have hard-coded oti functions. Two options:
The new functions are
v3/studies/add_update
andv3/studies/remove
and they take either a list of raw github links (same as oti), or simply a list of study ids (shorter!).The text was updated successfully, but these errors were encountered: