/ Published in: JavaScript
Appery.io API Service JavaScript Object Execution, Methods and Data
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
service_name.execute({ success: function( PlainObject data, String textStatus, jqXHR jqXHR ) { //Success handler here }, error: function( jqXHR jqXHR, String textStatus, String errorThrown ) { //Error handler here }, complete: function( jqXHR jqXHR, String textStatus ) { //Complete handler here }, data: { object with request params }, headers: { object with request header params } });