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

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '{| border="1" cellpadding="5" cellspacing="0" |- | Resource || Method || Description |- |- | rowspan="1" | /GestureManager/Items | style="text-align:right;" | GET | Response is ...')
 
m
Line 11: Line 11:
|-
|-
| rowspan="2" | /GestureManager/Item/<uuid>
| rowspan="2" | /GestureManager/Item/<uuid>
| style="text-align:right;" | GET
| style="text-align:right;" | GET (POST)
| Response is the details of a MultiGesture structure for the UUID specified
| Response is the details of a MultiGesture structure for the UUID specified
|-
| style="text-align:right;" | POST
| Combined query, like GET method, when uuid="s"


|-
|-

Revision as of 14:28, 30 July 2010

Resource Method Description
/GestureManager/Items GET Response is a list of UUID of active gestures
/GestureManager/Item/<uuid> GET (POST) Response is the details of a MultiGesture structure for the UUID specified
/GestureManager/PlayGesture/<uuid> POST Start a gesture identified by <uuid>