broadinstitute/fiss

Add LL entityQuery and replace HL calls to LL getEntitiesWithType with it

Closed this issue · 1 comments

This already exists in code:

def get_entities_query(namespace, workspace, etype, page=1,

and is used in the HL interface as well:

def _entity_paginator(namespace, workspace, etype, page_size=500,
'

the latter of which (per my last commit) is now used for all HL __get_entities() calls:

def __get_entities(args, kind, page_size=1000):