0
我有下面的命令,我在linux中使用curl運行。在Python中運行一個curl tlsv1.2 http獲取請求?
curl --tlsv1.2 --cert ~/aws-iot/certs/certificate.pem.crt --key ~/aws-iot/certs/private.pem.key --cacert ~/aws-iot/certs/root-CA.crt -X GET https://data.iot.us-east-1.amazonaws.com:8443/things/pi_3/shadow
該命令返回我想要的JSON文本。不過,我希望能夠在Python3中運行上述命令。我不知道要使用哪個庫才能獲得相同的JSON響應。
P.S.我在AWS中用我的帳號替換「data」以獲得JSON