HuobiRDCenter / huobi_Python

Python SDK for Huobi Spot API
https://huobiapi.github.io/docs/spot/v1/en
Apache License 2.0
682 stars 333 forks source link

README 规范存在问题 #63

Closed 99Kies closed 3 years ago

99Kies commented 3 years ago

README中操作示例,并没有给出如何引用的例子。这并不严谨。 比如

git clone https://github.com/HuobiRDCenter/huobi_Python.git
cd huobi_Python
vim test.py

test.py

from huobi.client.generic import GenericClient
...
eynzhang commented 3 years ago

@99Kies 感谢您的反馈, README的例子里只写了最核心的使用方法,并没有包括所有的上下文,想查看完整的代码示例请参考代码中example目录。