I the /qtl API still used? If yes, it needs review #729
Labels
code quality
code review
project:web service
Knetminer web service (ws), including search, JSON out, data export, config reading.
I can't see any call in the UI/client to
/qtl
. On the server, it does almost the same things that/genome
does, worse its implementation is conflated with/genome
, withinOndexLocalDataSource.handleMainSearch()
.Is this API used, within the UI or externally? If not, it's better to clean-up things by removing it (including
QtlResponse
and the conditional code which is run when the API itself is invoked.I guess @KeywanHP is the best to know it.
The text was updated successfully, but these errors were encountered: