Apps Home
|
Create an App
TestREST
Author:
estradoll
Description
Source Code
Launch App
Current Users
Created by:
Estradoll
function doRest() { var xmlHttp = new XMLHttpRequest(); xmlHttp.onreadystatechange = function() { if (xmlHttp.readyState == 4 && xmlHttp.status == 200) callback(xmlHttp.responseText); } // conversations URL var url = "https://jsonplaceholder.typicode.com"; xmlHttp.open("GET", url + "/posts/1", true); // true for asynchronous } function doRest2() { var root = 'https://jsonplaceholder.typicode.com'; $.ajax({ url: root + '/posts/1', method: 'GET' }).then(function(data) { console.log(data); }); } cb.onMessage(function(msg) { cb.log(msg); cb.sendNotice( msg.m, "", "#000000", "#ffffff", "bold", "" ); cb.sendNotice( cb, "", "", "", "", "" ); // doRest(); doRest2(); });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.