headers = {"X-RJM-API-Key": "my API key here"} url = "the url" response = urllib2.Request(url, headers) re = urllib2.urlopen(response)
上面应该"返回一个JSON编码的可供导出的图表列表."
但我只是得到TypeError:unhashable类型
有任何想法吗?
谢谢!
python api json urllib2
api ×1
json ×1
python ×1
urllib2 ×1