geneontology / go-fastapi

https://api.geneontology.org/
5 stars 3 forks source link

query GO labels in bulk #27

Closed sierra-moxon closed 1 year ago

sierra-moxon commented 1 year ago

see ticket: https://github.com/geneontology/helpdesk/discussions/430 this is already doable like this: http://api.geneontology.org/api/ontol/labeler/?id=GO%3A0001505&id=GO%3A0006259&id=GO%3A0006403 but a POST might be better here with long lists.

cmungall commented 1 year ago

Is the action here only to do this as POST or is there more work that needs done?