Hi,
First of all, thanks a lot for this great API!
I am using the TNRS and taxonomy APIs to map ott ids to the different tax sources and vice versa. As described in your docs, all main tax sources can be input except for silva, as follows:
# Search for E. coli with silva id
curl -X POST https://api.opentreeoflife.org/v3/taxonomy/taxon_info -H 'content-type:application/json' -d '{"source_id":"silva:GU594300"}'
Would you have any plans to add support also for silva ids as input to taxonomy/taxon_info method? Or would you suggest alternative approaches?
Also, any plans to make the taxonomy API and specifically the taxon_info method accept multiple ids as input, similarly to the TNRS match_names method?
Thanks in advance and best regards!