Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: Sprint 4.1.2
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
HD-Chapter:Apps
-
HD-Enabler:Wirecloud
Description
Buenos días,
Estoy intentando generar una subscripcion desde un operator del wireCloud y
necesitaría anadir una cabecera oauth en la request. esta parte no me esta
funcionando muy bien y querría saber como debería hacerlo...
Hasta ahora, el codigo para la subscripcipon es:
var doInitialSubscription = function doInitialSubscription() {
ngsi_server = MashupPlatform.prefs.get('ngsi_server');
ngsi_proxy = MashupPlatform.prefs.get('ngsi_proxy');
/*
connection = new NGSI.Connection(ngsi_server,
);
*/
connection = new NGSI.Connection(ngsi_server, {
requestHeaders:
});
var entityIdList = [
{type: 'pragmation', id: '.*', isPattern: true} ];
var attributeList = ['aciertos'];
var duration = 'P1M';
var throttling = null;
var notifyConditions = [
];
var options = {
flat: true,
onNotify: process_entities,
onSuccess: function (data)
};
connection.createSubscription(entityIdList, attributeList,
duration, throttling, notifyConditions, options);
};
Gracias de antemano por vuestra atención.
Un saludo,
Juan Carlos Hdez.
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help
Hola Juan Carlos,
siento responder tan tarde, ¿sigues teniendo problemas al crear la subscripción? En tal caso, ¿te importaría crear esta pregunta en StackOverflow usando la etiqueta fiware-wirecloud?
Un saludo.
Álvaro