¿Sabía usted Bot Libre también ofrece conexión alojado problema de seguimiento para su propio sitio web o una aplicación móvil?
SDK and Web API : JSON web API

RE: JSON web API

por admin publicado Oct 25 2018, 9:35

For the JSON API any attribute (from the XML API) requires an @ prefix (except for the /chat API).

i.e.

var request = new XMLHttpRequest();
request.open('POST', 'https://www.botlibre.com/rest/json/get-all-instances', true);
request.setRequestHeader('Content-Type', 'application/json');
var json = JSON.stringify({'@application': '721375371321663745'});
request.onreadystatechange = function() {
console.log(request.responseText);
};
request.send(json);


Id: 24750642
Publicado: Oct 25 2018, 9:35
Respuestas: 0
Vistas: 2233, hoy: 3, la semana: 8, mes: 26
0 0 0.0/5