Hearthstone

GRATIS
Por omgvamp | Actualizada 24 days ago | Entertainment
Popularidad

9.7 / 10

Latencia

2,330ms

Nivel de servicio

100%

Health Check

N/A

Volver a todas las conversaciones

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

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios