Use children elements from local cache when available
Depends on #41 (closed)
The list_element_children
should first check if the local cache has any elements available as children, instead of reaching out to the Arkindex API.
This would be triggered when a boolean is set on the worker (use_cache=True
). The method list_element_children
would then return a list of namedtuple(Element)
with fewer informations than the API response