Category Archives: API

API Calls with AJAX tollkit

The AJAX toolkit supports the synchronous and asynchronous calls. What is synchronous and asynchronous calls ? Synchronous call in which the result returned immediately and after that we check success or failure of the call. Asynchronous call allow the client side process to continue while waiting for a call back from the servers. Because the Asynchronous call rely on the …

Continue reading