Hearthstone

FREE
By omgvamp | Updated 23 days ago | Entertainment
Popularity

9.7 / 10

Latency

2,275ms

Service Level

100%

Health Check

N/A

Back to All Discussions

Using python package requests instead of unirest?

Rapid account: Surrh
surrh
vor 5 Jahren

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 vor 5 Jahren

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```

Join in the discussion - add comment below:

Login / Signup to post new comments