TranslatorSRI / NameResolution

A service for finding CURIEs from lexical strings.
3 stars 2 forks source link

Rename `/reverse_lookup?curies=X` to `/synonyms?preferred_curie=X` #136

Open gaurav opened 5 months ago

gaurav commented 5 months ago

We've had several users this week who expected that /reverse_lookup would normalize the incoming CURIE as well, and being surprised when a secondary CURIE didn't work on NameRes without normalizing it through NodeNorm first. Renaming this to /synonyms?preferred_curie=X might make this clearer. We could also improve the documentation to make this clearer.

If/when we have a NameRes FAQ or a combined NodeNorm/NameRes Jupyter Notebook (#133), this might also be usefully explained there.