我正在使用https://github.com/CleverTap/clevertap-server-api-examples在 python 中获取clevertap 事件数据,但我收到错误 HTTP 错误 405:此 URL 不支持 HTTP 方法 POST
from python.api_v0.clevertap import CleverTap
clevertap = CleverTap('xxx-xxx-xxxx','xxx-xxx-xxxx')
query = {
"event_name": "c_city_selected",
"from": 20180610,
"to": 20180611
}
res = clevertap.events(query)