blockscore-python:使用Python的BlockScore API的API包装器

时间:2021-05-02 16:44:20
【文件属性】:
文件名称:blockscore-python:使用Python的BlockScore API的API包装器
文件大小:15KB
文件格式:ZIP
更新时间:2021-05-02 16:44:20
Python 块芯Python 这是BlockScore API的Python客户端的官方库。 。 安装 通过点: pip install blockscore 入门 初始化BlockScore import blockscore client = blockscore . Client ({ 'api_key' : 'Your API Key' }) 人们 列出所有人 people_list = client . people . all () people_list = people_list . body 列出5个人 people_list = client . people . all ( count = 5 ) people_list = people_list . body 按ID查看人 person = client . people . retrieve ( person_id )
【文件预览】:
blockscore-python-master
----blockscore()
--------error.py(3KB)
--------http_client()
--------__init__.py(122B)
--------api()
--------client.py(681B)
----test()
--------people.py(3KB)
--------watchlists.py(5KB)
--------__init__.py(0B)
--------companies.py(2KB)
----setup.py(948B)
----README.md(3KB)
----.gitignore(197B)

网友评论