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...).
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>
inhubmap_translator.py
when retrieving the individual entity details. No changes to other entity-api calls (ancestors/descendants/revisions...).