Hearthstone

FREE
By omgvamp | Updated 14 days ago | Entertainment
Popularity

9.7 / 10

Latency

2,254ms

Service Level

99%

Health Check

N/A

Back to All Discussions

Angularjs Http Call

Rapid account: Deadmask 92
deadmask92
8 years ago

Hi,
I have developed a simple web application with angularjs. I don’t understand how can i pass my authentication key.
Can you help me?

Thanks

Rapid account: Deadmask 92
deadmask92 Commented 8 years ago

Hi,
i have solved my problem.
The code is this:
$http({
method: “GET”,
url: {api url},
contenttype: “application/json”,
headers:{“X-Mashape-Key”:"{you kay}"}
}).success(function (data, status, headers, config) {
//success code
}).error(function (data, status, headers, config) {
//error code
});

Join in the discussion - add comment below:

Login / Signup to post new comments