Hii to All

      is there any  RESTFUL API specification on PHP side ?

      and how to use that Restful api to fetch all people or friends etc.

thx all.

cheers

Anand

On Fri, Jul 18, 2008 at 6:43 PM, Tamir <[EMAIL PROTECTED]> wrote:

>
> Hi,
> I'm trying to understand the structure of url's of resource request in
> the RESTful API Specification.
>
> From the following three example:
>  /people/{guid}/@all                      -- Collection of all people
> connected to user {guid}
>  /people/{guid}/@friends                  -- Collection of all
> friends of user {guid}; subset of        @all
>  /people/{guid}/{groupid}                 -- Collection of all people
> connected to user {guid} in group {groupid}
>
> I understand that the structure is [resourceType]/[Unique Identifier]/
> [Criteria]
> But  the fourth example is not clear for me:
>  /people/{guid}/@all/{pid}                -- Individual person record
> for a specific person known to {guid}; shows {guid}'s view of {pid}.
>
> what is the different between  "/people/{guid}/@all/{pid}" and "/
> people/{pid}/@self"?
> when should I use "/people/{guid}/@all/{pid}"?
>
> Cheers
>
> Tamir Zaslavsky
> DiffDoof
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to