Connectwise REST API 的 Python 客户端库
项目描述
Connectwise REST API 的 Python 客户端
描述
使用 Python?该库将 [Connectwise REST API] 引入您的 Python 应用程序。
Connectwise Rest API 的 Python 客户端是以下 Connectwise REST API 的 Python 客户端库
蜜蜂:
- [公司]
-
- [公司] - “GET”开发开始
-
- [CompanyManagementSummaryReports] - 开发尚未开始
-
- [CompanyNotes] - 开发尚未开始
-
- [CompanySites] - 开发尚未开始
-
- [公司状态] - 开发尚未开始
-
- [CompanyTeams] - 开发尚未开始
-
- [CompanyTypes] - 开发尚未开始
-
- [ConfigurationStatuses] - 开发尚未开始
-
- [ConfigurationTypeQuestions] - 开发尚未开始
-
- [ConfigurationTypes] - 开发尚未开始
-
- [配置] - “GET”和“UPDATE开发开始
-
- [ContactCommunications]- 开发尚未开始
-
- [联系部门]- 开发尚未开始
-
- [ContactNotes]- 开发尚未开始
-
- [联系关系]- 开发尚未开始
-
- [ContactTracks] - 开发尚未开始
-
- [ContactTypes] - 开发尚未开始
-
- [联系方式] - “GET”开发启动
- [费用]
-
- [ExpenseEntries] - 开发尚未开始
-
- [ExpenseTypes] - 开发尚未开始
- [金融]
-
- [AccountingBatchTransactions] - 开发尚未开始
-
- [AccountingBatches] - 开发尚未开始
-
- [AccountingUnpostedExpenses] - 开发尚未开始
-
- [AccountingUnpostedProcurements] - 开发尚未开始
-
- [AccountingUnpostedInvoices] - 开发尚未开始
-
- [AgreementAdditions] - 开发尚未开始
-
- [协议调整] - 开发尚未开始
-
- [AgreementBoardDefaults] - 开发尚未开始
-
- [AgreementSites] - 开发尚未开始
-
- [AgreementTypes] - 开发尚未开始
-
- [AgreementWorkRoleExclusions] - 开发尚未开始
-
- [AgreementWorkRoles] - 开发尚未开始
-
- [AgreementWorkTypeExclusions] - 开发尚未开始
-
- [AgreementWorkTypes] - 开发尚未开始
-
- [协议] - 开发尚未开始
-
- [货币] - 开发尚未开始
-
- [InvoicePayments] - 开发尚未开始
-
- [发票] - 开发尚未开始
-
- [TaxCodeXRefs] - 开发尚未开始
-
- [TaxCodes] - 开发尚未开始
- [营销]
-
- [CampaignAudits] - 开发尚未开始
-
- [CampaignEmailsOpened] - 开发尚未开始
-
- [CampaignFormsSubmitted] - 开发尚未开始
-
- [CampaignLinksClicked] - 开发尚未开始
-
- [CampaignStatuses] - 开发尚未开始
-
- [CampaignSubTypes] - 开发尚未开始
-
- [CampaignTypes] - 开发尚未开始
-
- [活动] - 开发尚未开始
-
- [GroupCompanies] - 开发尚未开始
-
- [GroupContacts] - 开发尚未开始
-
- [群组] - 开发尚未开始
- [采购] - 开发尚未开始
-
- [TODO:完整的模块列表]
- [项目] - 开发尚未开始
-
- [TODO:完整的模块列表]
- [销售] - 开发尚未开始
-
- [TODO:完整的模块列表]
- [时间表] - 开发尚未开始
-
- [TODO:完整的模块列表]
- [服务]
-
- [TODO:完整的模块列表]
-
- [Notes] - "CREATE", "UPDATE", "GET" 开发开始
-
- [门票] - “CREATE”开发开始
- [系统] - 开发尚未开始
-
- [TODO:完整的模块列表]
- [时间] - 开发尚未开始
-
- [TODO:完整的模块列表]
要求
- Python 2.7 或更高版本。
- ConnectWise API 密钥或令牌。
- ConnectWise 客户端 ID
安装
$ pip install pyRESTcw
用法
此示例使用带有 Auth 密钥的 [Companies][Contacts] API:
import connectwise
cwclient = connectwise.Client('connectwisesubdomain.yourdomain.com', auth_token="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", Client_ID="12345")
# Retreiving a set of contacts
contact_result = cwclient.company.contacts.get(cwclient, first_name="userfirstname", company_identifier="CID")
项目详情
下载文件
下载适用于您平台的文件。如果您不确定要选择哪个,请了解有关安装包的更多信息。
源分布
pyRESTcw-0.0.15.tar.gz
(15.2 kB
查看哈希)
内置分布
pyRESTcw-0.0.15-py2.py3-none-any.whl
(23.8 kB
查看哈希)