我發送一個URL作爲請求,作爲迴應,我收回了一個字典列表,我無法循環訪問這些值。 def profile_model(request):
response = unirest.get(url,header)
#url and header is defined outside the function
contents = response.raw_body
我有這段代碼來閱讀python 2中的Mashape.com API。我如何在python 3中閱讀它? 代碼 import urllib, urllib2, json
from pprint import pprint
URL = "https://getsentiment.p.mashape.com/"
text = "The food was great, but the servi
我試圖調用從我TIBCO設計託管在Mashape一個Web服務,我已經收到此錯誤Failed to create secure client socket: Server certificate rejected by ChainVerifier 我也試着解決方案發表nathan但沒」工作。 Link to webservice info Tibco的設計師控制檯日誌:http://pastebi