Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

alibaba-archive/alibabacloud-iot-api-gateway-python2-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

1、本示例的 Python 版本为2.7

2、本demo主要是为了提供签名方法,调用示例可以参考 ClientDemo.py 文件

3、使用注意事项:

  • 含有中文和空格的query, body在请求时需要对值进行urlencode处理,编码为utf-8.
  • 参数参与签名时,必须使用原文签名,不能用urlencode后字符串的进行签名.所以请在签名之后再对query、body的值做urlencode.
  • 签名文档

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages