rebuild(audit): complete entity detail and market preview
This commit is contained in:
@@ -250,6 +250,9 @@ class DataGateway:
|
||||
with self._database.read() as connection:
|
||||
return self._repository.search(connection, query)
|
||||
|
||||
def resolve_entity(self, entity_type: str, identifier: str) -> MarketEntity:
|
||||
return self._resolve_entity(entity_type, identifier)
|
||||
|
||||
def chart(
|
||||
self,
|
||||
entity_type: str,
|
||||
|
||||
Reference in New Issue
Block a user