Name | Return Value | Description |
SK.API( | Constructor | |
execute( | Executes the request. | |
buildRequest( | Request.JSON object which should be executed manually after that | Generates a MooTools Request.JSON object. The parameters are the same as for the "execute". Note that by default the request is using a "post" method, so make sure you invoke "send". If you set the method to be "get", you should invoke "get" to the Request.JSON object instance. |
Examples
Getting all databases for an account
<script type="text/javascript"> |