Difference between revisions of "User:Dzonatas Sol/SNOW-375 Resources/AvatarTracker"
Jump to navigation
Jump to search
Dzonatas Sol (talk | contribs) (Created page with '{| border="1" cellpadding="5" cellspacing="0" |- | Resource || Method || Description |- |- | rowspan="1" | /AvatarTracker/Friends | style="text-align:right;" | GET | Response is...') |
Dzonatas Sol (talk | contribs) m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
{| border="1" cellpadding="5" cellspacing="0" | {| border="1" cellpadding="5" cellspacing="0" | ||
|- | |- | ||
Line 7: | Line 8: | ||
| rowspan="1" | /AvatarTracker/Friends | | rowspan="1" | /AvatarTracker/Friends | ||
| style="text-align:right;" | GET | | style="text-align:right;" | GET | ||
| | | <- [ uuid, ... ] | ||
|- | |- | ||
| rowspan=" | | rowspan="1" | /AvatarTracker/Friend(/<uuid>) | ||
| style="text-align:right;" | GET | | style="text-align:right;" | POST (GET) | ||
| | | ?? 's' -> [ uuid , ... ] <- [ { ID: uuid, +&friend }, ... ] ( ?? uuid <- &friend ) | ||
|- | |||
| rowspan="1" | /AvatarTracker/FriendsChanged | |||
| style="text-align:right;" | POST | |||
| -> [ { ID: uuid, Active: boolean, Online: boolean }, ... ] <- { status: string } | |||
|} | |||
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 | |||
== /AvatarTracker/FriendsChanged == | |||
Queried to update status. [ Deprecated ] | |||
== friend == | |||
{ | |||
{| | |||
|- | |||
| Online | |||
| : bool | |||
|- | |||
| First | |||
| : string | |||
|- | |||
| Last | |||
| : string | |||
|} | |} | ||
} |
Latest revision as of 06:46, 3 August 2010
Resource | Method | Description |
/AvatarTracker/Friends | GET | <- [ uuid, ... ] |
/AvatarTracker/Friend(/<uuid>) | POST (GET) | ?? 's' -> [ uuid , ... ] <- [ { ID: uuid, +&friend }, ... ] ( ?? uuid <- &friend ) |
/AvatarTracker/FriendsChanged | POST | -> [ { ID: uuid, Active: boolean, Online: boolean }, ... ] <- { status: string } |
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
/AvatarTracker/FriendsChanged
Queried to update status. [ Deprecated ]
friend
{
Online | : bool |
First | : string |
Last | : string |
}