Difference between revisions of "User:Dzonatas Sol/SNOW-375 Resources/GestureManager"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 7: Line 7:
| rowspan="1" | /GestureManager/Items
| rowspan="1" | /GestureManager/Items
| style="text-align:right;" | GET
| style="text-align:right;" | GET
| Response is a list of UUID of active gestures
| <- [ uuid, ... ]


|-
|-
| rowspan="1" | /GestureManager/Item/<uuid>
| rowspan="1" | /GestureManager/Item/<uuid>
| style="text-align:right;" | GET (POST)
| style="text-align:right;" | POST (GET)
| Response is the details of a MultiGesture structure for the UUID specified
| (deprecated, use /Inventor/Item and /Asset/Gesture)


|-
|-
| rowspan="1" | /GestureManager/PlayGesture/<uuid>
| rowspan="1" | /GestureManager/PlayGesture/<uuid>
| style="text-align:right;" | POST
| style="text-align:right;" | POST
| Start a gesture identified by <uuid>
| -> &empty <- &status


|}
|}
Note: Description syntax is only based on LLIDL.
== /GestureManager/Items ==
Response is a list of UUIDs of active gestures
== /GestureManager/Item/<uuid> ==
(deprecated, use /Inventor/Item and /Asset/Gesture)
== empty ==
Valid empty LLSD payload (i.e. "<llsd/>")
== status ==
{ status: string }
Value is "ok", consistently
== /GestureManager/PlayGesture/<uuid> ==
Start a gesture

Revision as of 18:52, 31 July 2010

Resource Method Description
/GestureManager/Items GET <- [ uuid, ... ]
/GestureManager/Item/<uuid> POST (GET) (deprecated, use /Inventor/Item and /Asset/Gesture)
/GestureManager/PlayGesture/<uuid> POST -> &empty <- &status

Note: Description syntax is only based on LLIDL.


/GestureManager/Items

Response is a list of UUIDs of active gestures


/GestureManager/Item/<uuid>

(deprecated, use /Inventor/Item and /Asset/Gesture)


empty

Valid empty LLSD payload (i.e. "<llsd/>")


status

{ status: string }

Value is "ok", consistently

/GestureManager/PlayGesture/<uuid>

Start a gesture