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

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '{| border="1" cellpadding="5" cellspacing="0" |- | Resource || Method || Description |- |- | rowspan="1" | /AvatarTracker/Friends | style="text-align:right;" | GET | Response is...')
 
Line 7: Line 7:
| rowspan="1" | /AvatarTracker/Friends
| rowspan="1" | /AvatarTracker/Friends
| style="text-align:right;" | GET
| style="text-align:right;" | GET
| Response is the UUID list of the agent's friends and basic status of each
| <- [ uuid, ... ]


|-
|-
| rowspan="4" | /AvatarTracker/Friend/<uuid>
| rowspan="4" | /AvatarTracker/Friend(/<uuid>)
| style="text-align:right;" | GET (POST)
| style="text-align:right;" | POST (GET)
| Response is a detailed relationship information for a specified friend UUID
| ?? 's' -> [ uuid , ... ] <- [ { ID: uuid, +&friend }, ... ] ( ?? uuid <- &friend )


|}
|}
Note: Description syntax is only based on LLIDL.
== /AvatarTracker/Friends ==
Response is the UUID list of the agent's friends and basic status of each
== /AvatarTracker/Friend(/<uuid>) ==
Response is a detailed relationship information for a specified friend UUID
== friend ==
{
{|
|-
| Online
| : bool
|-
| First
| : string
|-
| Last
| : string
|}
}

Revision as of 18:15, 31 July 2010

Resource Method Description
/AvatarTracker/Friends GET <- [ uuid, ... ]
/AvatarTracker/Friend(/<uuid>) POST (GET) ?? 's' -> [ uuid , ... ] <- [ { ID: uuid, +&friend }, ... ] ( ?? uuid <- &friend )


Note: Description syntax is only based on LLIDL.


/AvatarTracker/Friends

Response is the UUID list of the agent's friends and basic status of each


/AvatarTracker/Friend(/<uuid>)

Response is a detailed relationship information for a specified friend UUID


friend

{

Online : bool
First : string
Last : string

}