User:Dzonatas Sol/SNOW-375 Resources/AvatarTracker

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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>)

Complex query contains information for a specified friend UUID

friend

{

Online : bool
First : string
Last : string

}