0.8 -- Add "HAS_APP" field to the Person model
----------------------------------------------

                 Key: SHINDIG-305
                 URL: https://issues.apache.org/jira/browse/SHINDIG-305
             Project: Shindig
          Issue Type: New Feature
          Components: Features (Javascript), RESTful API (Java), RESTful API 
(PHP)
            Reporter: Paul Lindner


>From PERSON-001

opensocial.Person.Field = {
...
/**
* A boolean indicating whether the person has used the current app.
* @member opensocial.Person.Field
*/
HAS_APP : 'hasApp',
...
}


opensocial.DataRequest.FilterType = {
...
/**
* Retrieves all friends that use this application.
*
* Note: Containers may define "use" in any manner they deem appropriate for
* their functionality, and it is not expected that this field will have the 
exact
* same semantics across containers
*
* @member opensocial.DataRequest.FilterType
*/
HAS_APP : 'hasApp'
};


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to