rebuild(audit): complete entity detail and market preview

This commit is contained in:
leefer
2026-07-30 09:25:52 +08:00
parent d1b3b977d2
commit 4fc8691eee
27 changed files with 946 additions and 35 deletions
+7
View File
@@ -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)