Open Rekyt opened 2 years ago
The number of results from rt_taxa_search()
is indicated as the totalElements
property as well as totalPages
. Maybe we could handle that for all functions with page argument.
List of endpoints with page and size parameters:
/taxa/autocomplete
/taxa/fuzzyMatch
/taxa/search
/operationalGroups/{id}/taxa
/status/findByOperationalGroup/{id}
/status/findByType/{id}
/status/search/*
/interactions/findByOperationalGroup/{id}
/interactions/findByType/{id}
rt_taxa_search() uses a
page
argument. It could be good to try to handle it automaticallyrelated issues #18 and #17