rebuild(audit): complete entity detail and market preview
This commit is contained in:
@@ -83,6 +83,13 @@ class MarketService:
|
||||
],
|
||||
}
|
||||
|
||||
def entity_detail(
|
||||
self, entity_type: str, identifier: str, requested_date: str | None = None
|
||||
) -> dict[str, Any]:
|
||||
return self._call(
|
||||
self._snapshots.entity_detail, entity_type, identifier, requested_date
|
||||
)
|
||||
|
||||
def refresh_reference(self) -> dict[str, int | str]:
|
||||
return self._call(self._gateway.refresh_reference)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user