...
- The function to call. The API assumes that the function accepts a callback as its last parameter in the following format: function(error, response)
This . This is typical for almost all asynchronous Node.js requests. You don't have to pass the callback to the API -- it is automatically appended. - Function parameters (optional, multiple parameters can be passed)
...