Hearthstone

ÜCRETSİZ
Taraf omgvamp | Güncelleyen 24 дня назад | Entertainment
Popülerlik

9.7 / 10

Gecikme

2,330ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

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

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun