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

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论