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) |
||
Line 7: | Line 7: | ||
| rowspan="1" | /AvatarTracker/Friends | | rowspan="1" | /AvatarTracker/Friends | ||
| style="text-align:right;" | GET | | style="text-align:right;" | GET | ||
| | | <- [ uuid, ... ] | ||
|- | |- | ||
| rowspan="4" | /AvatarTracker/Friend/<uuid> | | rowspan="4" | /AvatarTracker/Friend(/<uuid>) | ||
| style="text-align:right;" | GET | | style="text-align:right;" | 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 | |||
|} | |||
} |
Revision as of 17: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 |
}