hubmapconsortium / search-api

HuBMAP search service and associated pieces to create an index
https://search.api.hubmapconsortium.org
MIT License
2 stars 2 forks source link

Switch to the specialized entity-api call `GET /documents/<id>` #756

Closed yuanzhou closed 5 months ago

yuanzhou commented 8 months ago

AFTER implementing the new features described in entity-api via https://github.com/hubmapconsortium/entity-api/issues/630, we'll need to replace the current entity-api call with this new GET /documents/<id> in hubmap_translator.py when retrieving the individual entity details. No changes to other entity-api calls (ancestors/descendants/revisions...).