hubspot3:基于hapipy的python3.5 + hubspot客户端但经过修改以使用较新的终结点和非旧版python 源码
围绕HubSpot API的python包装器,适用于python 3.5+ 。 最初围绕嬉皮建立,但经过大量修改。 在查看! (感谢readthedocs) 快速开始 安装 # install hubspot3 pip install hubspot3 基本用法 from hubspot3 import Hubspot3 API_KEY = "your-api-key" client = Hubspot3 ( api_key = API_KEY ) # all of the clients are accessible as attributes of the main Hubspot3
文件列表
hubspot3-master.zip
(预估有个71文件)
hubspot3-master
.github
workflows
test.yml
472B
.prospector.yaml
1KB
.envrc
8B
hubspot3
settings.py
2KB
deals.py
7KB
companies_properties.py
1KB
暂无评论