Osapi.Request (v0.9)

Osapi.Request (v0.9)

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 |

Description
Executes the service request. Takes a callback for response processing.

{{ JsApiAlphaList_(v0.9) }}