什么是 Mashape 钥匙?
What is a Mashape Key?
我正在做一些测试,我想使用 these API.
发出一个成功的请求
我试着提出如下要求:
response = unirest.get("https://omgvamp-hearthstone-
v1.p.mashape.com/cards/Ysera",
headers={
"X-Mashape-Key": "<required>",
"Accept": "application/json"
}
)
但我得到以下信息:
>>> response.code
403
我怎样才能满足我的要求?什么是 X-Mashape-Key 字段?为什么我需要它?
我正在做一些测试,我想使用 these API.
发出一个成功的请求
我试着提出如下要求:
response = unirest.get("https://omgvamp-hearthstone-
v1.p.mashape.com/cards/Ysera",
headers={
"X-Mashape-Key": "<required>",
"Accept": "application/json"
}
)
但我得到以下信息:
>>> response.code
403
我怎样才能满足我的要求?什么是 X-Mashape-Key 字段?为什么我需要它?