implement get_market_summaries

This commit is contained in:
gcarq
2017-11-11 19:20:16 +01:00
parent 12ae1e111e
commit bcd3340a80
3 changed files with 34 additions and 0 deletions

View File

@@ -159,6 +159,10 @@ def get_markets() -> List[str]:
return _API.get_markets()
def get_market_summaries() -> List[Dict]:
return _API.get_market_summaries()
def get_name() -> str:
return _API.name