Hearthstone

GRATIS
Door omgvamp | Bijgewerkt 24 дня назад | Entertainment
Populariteit

9.7 / 10

Latency

2,330ms

Serviceniveau

100%

Health Check

N/A

Terug naar alle discussies

Angularjs Http Call

Rapid account: Deadmask 92
deadmask92
8 лет назад

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 лет назад

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
});

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen