unirest

What is a Mashape Key?

What is a Mashape Key? Question: I am doing some tests and I would like to make a successful request using these API. I tried to make a request as follows: response = unirest.get(“https://omgvamp-hearthstone- v1.p.mashape.com/cards/Ysera”, headers={ “X-Mashape-Key”: “<required>”, “Accept”: “application/json” } ) but I get the following: >>> response.code 403 How can I fulfill my …

Total answers: 2