The key difference between the terms REST versus RESTful is that REST refers to a philosophy about the architecture and design of web services, while the term RESTful refers to any API that properly ...
Here's some pseudocode I want to use when the user clicks my deleteCustomer button: check that the user really wants to delete the customer ... AJAX call to retrieve Customer object .onsuccess (AJAX ...