Difference between revisions of "User:Dzonatas Sol/SNOW-375 Resources/AvatarTracker"
Jump to navigation
Jump to search
Dzonatas Sol (talk | contribs) m |
Dzonatas Sol (talk | contribs) |
||
Line 13: | Line 13: | ||
| style="text-align:right;" | POST (GET) | | style="text-align:right;" | POST (GET) | ||
| ?? 's' -> [ uuid , ... ] <- [ { ID: uuid, +&friend }, ... ] ( ?? uuid <- &friend ) | | ?? 's' -> [ uuid , ... ] <- [ { ID: uuid, +&friend }, ... ] ( ?? uuid <- &friend ) | ||
|- | |||
| rowspan="1" | /AvatarTracker/FriendsChanged | |||
| style="text-align:right;" | POST | |||
| -> [ { ID: uuid, Active: boolean, Online: boolean }, ... ] <- { status: string } | |||
|} | |} | ||
Line 28: | Line 33: | ||
Complex query contains information for a specified friend UUID | Complex query contains information for a specified friend UUID | ||
== /AvatarTracker/FriendsChanged == | |||
Queried to update status. | |||
Revision as of 20:49, 2 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.
friend
{
Online | : bool |
First | : string |
Last | : string |
}