upgradelink-api-python 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of upgradelink-api-python might be problematic. Click here for more details.

@@ -1 +1 @@
1
- __version__ = "1.0.0"
1
+ __version__ = "1.0.1"
@@ -2,9 +2,9 @@
2
2
  # This file is auto-generated, don't edit it. Thanks.
3
3
  import time
4
4
 
5
- from tea.request import TeaRequest
6
- from tea.exceptions import TeaException, UnretryableException
7
- from tea.core import TeaCore
5
+ from Tea.request import TeaRequest
6
+ from Tea.exceptions import TeaException, UnretryableException
7
+ from Tea.core import TeaCore
8
8
 
9
9
  from upgradelink_api_python import models as upgrade_link_models
10
10
  from alibabacloud_tea_util.client import Client as UtilClient
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # This file is auto-generated, don't edit it. Thanks.
3
- from tea.model import TeaModel
3
+ from Tea.model import TeaModel
4
4
  from typing import Any
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgradelink-api-python
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: upgradelink-api-python
5
5
  Author: toolsetlink
6
6
  Author-email: toolsetlink@163.com
@@ -73,3 +73,20 @@ python -m unittest tests.test_client.TestUpgradeLinkClient.test_get_url_upgrade
73
73
  - 运行测试前请确保已正确安装所有依赖
74
74
  - 测试使用了跳过机制,即使在缺少依赖的情况下也能显示测试结构
75
75
  - 详细的依赖安装说明已在 README 中提供
76
+
77
+ ## 使用示例
78
+ 项目根目录下的 `example_usage.py` 文件提供了完整的API调用示例,包括:
79
+
80
+ 1. 客户端初始化
81
+ 2. URL升级API调用
82
+ 3. 文件升级API调用
83
+ 4. APK升级API调用
84
+ 5. 配置升级API调用
85
+ 6. 应用报告API调用
86
+
87
+ ### 运行示例
88
+ ```bash
89
+ python example_usage.py
90
+ ```
91
+
92
+ 注意:运行前请在示例文件中替换占位符为您的实际参数(如AccessKey、AccessSecret等)。
@@ -0,0 +1,6 @@
1
+ upgradelink_api_python/__init__.py,sha256=d4QHYmS_30j0hPN8NmNPnQ_Z0TphDRbu4MtQj9cT9e8,22
2
+ upgradelink_api_python/client.py,sha256=ondxNY1v1KN7cNcYYT4UX7xcHIdvh_No_KSOLojfQHY,30067
3
+ upgradelink_api_python/models.py,sha256=rdAuKwbJpVFpmFduU0JzPESRnQ8i7huA0vBB863TWEc,32334
4
+ upgradelink_api_python-1.0.1.dist-info/METADATA,sha256=U-uWCZ6CxhhH-RWuDROCpA30ZxKDKteXrXw7hBeXL1I,2929
5
+ upgradelink_api_python-1.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
6
+ upgradelink_api_python-1.0.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- upgradelink_api_python/__init__.py,sha256=J-j-u0itpEFT6irdmWmixQqYMadNl1X91TxUmoiLHMI,22
2
- upgradelink_api_python/client.py,sha256=yOOs0SCtcGHLMDz9Kjxos5orPdeOVyEV65CVFGrN79M,30067
3
- upgradelink_api_python/models.py,sha256=cXbtLq7DrSxg0LhY_84FW4Vp42fQtaF_8gwG04KUrZQ,32334
4
- upgradelink_api_python-1.0.0.dist-info/METADATA,sha256=FpTUMAOL_TOs2Zy4dpnjYCUarxt7lSwLhwZpw5jCXUo,2507
5
- upgradelink_api_python-1.0.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
6
- upgradelink_api_python-1.0.0.dist-info/RECORD,,