yunify / qingcloud-sdk-python

QingCloud SDK for Python
Apache License 2.0
54 stars 49 forks source link

Add notification api #49

Closed Ethan-Black closed 6 years ago

Ethan-Black commented 7 years ago

这部分有两个问题: 1、API文档中 ModifyNotificationListAttributes 函数参数有误,第一个 Request Parameter 应为”notification_list“,而不是”notification_list_id“。 (参见 https://docs.qingcloud.com/api/notification_center/modify_notification_list_attributes.html) 2、因为DescribeNotificationItems 函数总是无法返回verification_code,所以需要用到这个参数的函数verify_notification_item 无法测试是否正常。