Osapi.appdata (v0.9)
NeedsExamples
osapi.appdata
Service object with functions that map to the .-RPC-Protocol.xml#AppData JSON-RPC app data endpoint.
Methods
osapi.appdata.get
;<static> osapi.Request osapi.appdata.get(params)
Parameters
NameTypeDescription |
Returns
TypeDescription |
Description
Builds a request to retrieve data from the AppData JSON-RPC service.
osapi.appdata.update
;<static> osapi.Request osapi.appdata.update(params)
Parameters
NameTypeDescription |
Returns
TypeDescription |
Description
Builds a request to create or update data from the AppData JSON-RPC service.
osapi.appdata.delete
;<static> osapi.Request osapi.appdata.delete(params)
Parameters
NameTypeDescription |
Returns
TypeDescription |
Description
Builds a request to delete data from the AppData JSON-RPC service.
{{ JsApiAlphaList_(v0.9) }}