NeedsExamples
Single Request Objects
All methods of OS Lite service objects (e.g. osapi.people.get()) return a JavaScript object representing the request. These objects MUST support the following method(s):
Methods
osapi.Request.execute
;<static> osapi.Request.execute(callback)
Parameters
NameTypeDescription |OpenSocial 0.9 |
|
||
|
||
callback |
Function |
A callback function to handle the response. |
Description
Executes the service request. Takes a callback for response processing.
{{ JsApiAlphaList_(v0.9) }}