Hearthstone

फ़्री
द्वारा omgvamp | अपडेट किया गया 23 days ago | Entertainment
लोकप्रियता

9.7 / 10

लेटेंसी

2,275ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

Using python package requests instead of unirest?

Rapid account: Surrh
surrh
5 years ago

Can’t get unirest to install, and am much more comfortable using requests - but can’t figure out the code and keep getting error 401. Anyone have help/advice?

Rapid account: Surrh
surrh Commented 5 years ago

Figured it out!


url = 'https://omgvamp-hearthstone-v1.p.rapidapi.com/cards'

headers = {
    "X-RapidAPI-Host": "omgvamp-hearthstone-v1.p.rapidapi.com",
    "X-RapidAPI-Key": "5fae6438d6mshaa0d7ebd4370f4fp143cc0jsnea48f0c12b12"
}


response = requests.get(url, headers = headers)

response```

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें