User:Dzonatas Sol/SNOW-375 Resources: Difference between revisions
Jump to navigation
Jump to search
Dzonatas Sol (talk | contribs) No edit summary |
Dzonatas Sol (talk | contribs) Updated for SNOW-375 0.9.11 |
||
| Line 42: | Line 42: | ||
| rowspan="4" | /Agent/ID | | rowspan="4" | /Agent/ID | ||
| style="text-align:right;" | GET | | style="text-align:right;" | GET | ||
| Response | | Response is UUID of the logged in Agent/Avatar | ||
|- | |- | ||
| style="text-align:right;" | POST | | style="text-align:right;" | POST | ||
| Line 49: | Line 49: | ||
|- | |- | ||
| style="text-align:right;" | DELETE | | style="text-align:right;" | DELETE | ||
|- | |||
| rowspan="4" | /Agent/Chat | |||
| style="text-align:right;" | GET | |||
|- | |||
| style="text-align:right;" | POST | |||
| Deliver a message formatted in LLSD to Local Chat | |||
|- | |||
| style="text-align:right;" | PUT | |||
|- | |||
| style="text-align:right;" | DELETE | |||
|- | |||
| rowspan="4" | /Agent/Groups | |||
| style="text-align:right;" | GET | |||
| Response is a list with details of groups joined by the connected agent | |||
|- | |||
| style="text-align:right;" | POST | |||
|- | |||
| style="text-align:right;" | PUT | |||
|- | |||
| style="text-align:right;" | DELETE | |||
|- | |- | ||
| Line 62: | Line 84: | ||
|- | |- | ||
| rowspan="4" | /Agent/ | | rowspan="4" | /Agent/Typing | ||
| style="text-align:right;" | GET | | style="text-align:right;" | GET | ||
|- | |- | ||
| style="text-align:right;" | POST | | style="text-align:right;" | POST | ||
| Start the typing animation | |||
|- | |- | ||
| style="text-align:right;" | PUT | | style="text-align:right;" | PUT | ||
|- | |- | ||
| style="text-align:right;" | DELETE | | style="text-align:right;" | DELETE | ||
| Stop the typing animation | |||
|- | |- | ||
| Line 101: | Line 124: | ||
| style="text-align:right;" | POST | | style="text-align:right;" | POST | ||
| Combined query, like GET method, when uuid="s" | | Combined query, like GET method, when uuid="s" | ||
|- | |||
| style="text-align:right;" | PUT | |||
|- | |||
| style="text-align:right;" | DELETE | |||
|- | |||
| rowspan="4" | /ChatterBox/Message | |||
| style="text-align:right;" | GET | |||
|- | |||
| style="text-align:right;" | POST | |||
| Deliver a message formatted in LLSD to a group/IM channel | |||
|- | |||
| style="text-align:right;" | PUT | |||
|- | |||
| style="text-align:right;" | DELETE | |||
|- | |||
| rowspan="4" | /ChatterBox/StartGroupSession | |||
| style="text-align:right;" | GET | |||
|- | |||
| style="text-align:right;" | POST | |||
| Initiate a group chat session with information in LLSD | |||
|- | |- | ||
| style="text-align:right;" | PUT | | style="text-align:right;" | PUT | ||
| Line 124: | Line 169: | ||
| style="text-align:right;" | POST | | style="text-align:right;" | POST | ||
| Combined query, like GET method, when uuid="s" | | Combined query, like GET method, when uuid="s" | ||
|- | |||
| style="text-align:right;" | PUT | |||
|- | |||
| style="text-align:right;" | DELETE | |||
|- | |||
| rowspan="4" | /GestureManager/PlayGesture/<uuid> | |||
| style="text-align:right;" | GET | |||
|- | |||
| style="text-align:right;" | POST | |||
| Start a gesture identified by <uuid> | |||
|- | |- | ||
| style="text-align:right;" | PUT | | style="text-align:right;" | PUT | ||
Revision as of 05:09, 25 March 2010
Documentation as of SNOW-375 patch 0.9.11
Please see WGET examples to understand how to access these resources on a patched viewer.
| Resource | Method | Description |
| /ControlGroup | GET | Response is a list of control groups |
| POST | ||
| PUT | ||
| DELETE | ||
| /ControlGroup/<group> | GET | Response is a list of valid variables in a controlgroup with default settings |
| POST | ||
| PUT | ||
| DELETE | ||
| /ControlGroup/<group>/<identifier> | GET | Response is a detailed and update of current settings for the specific variable identified |
| POST | ||
| PUT | ||
| DELETE | ||
| /Agent/ID | GET | Response is UUID of the logged in Agent/Avatar |
| POST | ||
| PUT | ||
| DELETE | ||
| /Agent/Chat | GET | |
| POST | Deliver a message formatted in LLSD to Local Chat | |
| PUT | ||
| DELETE | ||
| /Agent/Groups | GET | Response is a list with details of groups joined by the connected agent |
| POST | ||
| PUT | ||
| DELETE
| ||
| /Agent/Position | GET | Response is the Region UUID, Position within the region, and global position of the Agent/Avatar |
| POST | ||
| PUT | ||
| DELETE | ||
| /Agent/Typing | GET | |
| POST | Start the typing animation | |
| PUT | ||
| DELETE | Stop the typing animation | |
| /Asset/Notecard/<uuid> | GET | Response is the notecard item specified by UUID converted to XML format (rather than 'linden notecard format') |
| POST | ||
| PUT | ||
| DELETE | ||
| /AvatarTracker/Friends | GET | Response is the UUID list of the agent's friends and basic status of each |
| POST | ||
| PUT | ||
| DELETE | ||
| /AvatarTracker/Friend/<uuid> | GET | Response is a detailed relationship information for a specified friend UUID |
| POST | Combined query, like GET method, when uuid="s" | |
| PUT | ||
| DELETE | ||
| /ChatterBox/Message | GET | |
| POST | Deliver a message formatted in LLSD to a group/IM channel | |
| PUT | ||
| DELETE | ||
| /ChatterBox/StartGroupSession | GET | |
| POST | Initiate a group chat session with information in LLSD | |
| PUT | ||
| DELETE | ||
| /GestureManager/Items | GET | Response is a list of UUID of active gestures |
| POST | ||
| PUT | ||
| DELETE | ||
| /GestureManager/Item/<uuid> | GET | Response is the details of a MultiGesture structure for the UUID specified |
| POST | Combined query, like GET method, when uuid="s" | |
| PUT | ||
| DELETE | ||
| /GestureManager/PlayGesture/<uuid> | GET | |
| POST | Start a gesture identified by <uuid> | |
| PUT | ||
| DELETE | ||
| /Inventory/Item/<uuid> | GET | Response is the details of an inventory item specified by the UUID |
| POST | Combined query, like GET method, when uuid="s" | |
| PUT | ||
| DELETE | ||
| /Inventory/Root | GET | Response is the UUID of the root inventory folder |
| POST | ||
| PUT | ||
| DELETE | ||
| /Inventory/Category/<uuid> | GET | Response is the UUIDs of the descendant categories and items of the specified UUID |
| POST | Combined query, like GET method, when uuid="s" | |
| PUT | ||
| DELETE | ||
| /Interface/Connect | GET | |
| POST | Attempt to negotiate a connection to enable the above resources | |
| PUT | ||
| DELETE |