# alibabacloud-iot-api-gateway-python2-client **Repository Path**: mirrors_aliyun/alibabacloud-iot-api-gateway-python2-client ## Basic Information - **Project Name**: alibabacloud-iot-api-gateway-python2-client - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1、本示例的 Python 版本为2.7 ### 2、本demo主要是为了提供签名方法,调用示例可以参考 ClientDemo.py 文件 ### 3、使用注意事项: - 含有中文和空格的query, body在请求时需要对值进行urlencode处理,编码为utf-8. - 参数参与签名时,必须使用原文签名,不能用urlencode后字符串的进行签名.所以请在签名之后再对query、body的值做urlencode. - [签名文档](http://https://help.aliyun.com/document_detail/29475.html)